summaryrefslogtreecommitdiff
path: root/ext/opcache
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #74840 (Opcache overwrites argument of GENERATOR_RETURN within fina...Bob Weinand2017-07-011-0/+1
* Split requested size as expected by CreateFileMapping.Anatol Belski2017-06-201-1/+3
* Fixed wrong conditionDmitry Stogov2017-05-311-1/+1
* Fixed bug #74663 (Segfault with opcache.memory_protect and validate_timestamp)Xinchen Hui2017-05-274-1/+38
* Added test for bug #74596Xinchen Hui2017-05-171-0/+55
* Fixed bug #74596 (SIGSEGV with opcache.revalidate_path enabled)Xinchen Hui2017-05-161-0/+3
* improve/fix error handlingAnatol Belski2017-04-151-9/+10
* Fix compact_literals of INIT_METHOD_CALL with CONST op1Nikita Popov2017-04-152-0/+17
* Forgot to commit test file...Nikita Popov2017-04-101-0/+16
* Fix JMPZ+JMP => NOP+JMP optimizationNikita Popov2017-04-102-2/+11
* Disable block pass for large functionsNikita Popov2017-03-281-0/+4
* Fixed file-cache (Zend/tests/unused_shared_static_variables.phpt)Dmitry Stogov2017-03-031-0/+35
* Fixed bug #74152 (if statement says true to a null variable)Xinchen Hui2017-02-232-2/+39
* Fixed bug #74019 (Segfault with list)Xinchen Hui2017-02-102-4/+43
* Fixed bug #73983 crash on finish work with phar in cli + opcacheAnatol Belski2017-01-301-2/+14
* move id initialization into ctorAnatol Belski2017-01-301-5/+3
* fix system id initialization for multiple threadsAnatol Belski2017-01-301-0/+7
* fix AppVeyor failures with Opcache enabledAnatol Belski2017-01-151-0/+0
* Added test for "opcache: print restart reason" to basic_logging.phptMitch Hagstrand2017-01-141-0/+4
* opcache: print restart reasonAlexander Polyakov2017-01-131-1/+8
* ensure the end path wouldn't contain double slashesAnatol Belski2017-01-131-0/+3
* Increase wait time for tests involving sockets to improve Travis relabilityMitch Hagstrand2017-01-131-2/+10
* Revert "set more suitable defaults for opcache in ini and code"Joe Watkins2017-01-091-3/+3
* set more suitable defaults for opcache in ini and codeMarkus Staab2017-01-091-3/+3
* Update copyright headers to 2017Sammy Kaye Powers2017-01-0434-35/+35
* Fix opcache test dependenciesRasmus Lerdorf2017-01-024-10/+12
* Make Opcache tests using the cli server more reliableMitch Hagstrand2016-12-291-14/+29
* Fix IS_UNDEF comparisons in opcacheSébastien Santoro2016-12-221-2/+2
* Simpler overflow checkDmitry Stogov2016-12-011-5/+3
* remove TSRMLS_*Anatol Belski2016-11-211-2/+2
* Fixed 64-bit buildDmitry Stogov2016-11-171-2/+3
* Overflow checkDmitry Stogov2016-11-171-1/+6
* Merge branch 'PHP-5.6' into PHP-7.0Dmitry Stogov2016-11-171-12/+10
|\
| * Accorate handling of too big inodes of chroot directoriesDmitry Stogov2016-11-171-12/+8
* | Fix #73546: Logging for opcache has an empty file nameMitch Hagstrand2016-11-162-2/+21
* | Merge branch 'PHP-5.6' into PHP-7.0Dmitry Stogov2016-11-162-0/+6
|\ \ | |/
| * "opcache.validate_root" is useless on WindowsDmitry Stogov2016-11-162-0/+6
* | Merge branch 'PHP-5.6' into PHP-7.0Dmitry Stogov2016-11-161-1/+1
|\ \ | |/
| * Use full pathDmitry Stogov2016-11-161-1/+1
| * Fixed ZTS buildDmitry Stogov2016-11-161-0/+12
* | Merge branch 'PHP-5.6' into PHP-7.0Dmitry Stogov2016-11-165-4/+74
|\ \ | |/
| * Fixed bug #69090 (check cached files permissions)Dmitry Stogov2016-11-165-0/+78
* | Fcall optimization: Avoid FETCH_DIM_R with UNUSED op2Nikita Popov2016-11-102-0/+22
* | Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2016-10-291-0/+29
|\ \ | |/
| * Fixed bug #73402 (Opcache segfault when using class constant to call a method)Xinchen Hui2016-10-292-3/+32
| * Fixes #72590: Opcache restart with kill_all_lockers does not workKeyur2016-09-051-2/+2
* | Fixed bug in zend_accel_error() and cleaned up kill_all_lockers()Mitch Hagstrand2016-10-123-39/+75
* | Don't optimize (string) cast on arraysNikita Popov2016-09-091-1/+3
* | Fix some block_pass bugsNikita Popov2016-09-091-4/+5
* | Fixed bug #72982 (Memory leak in zend_accel_blacklist_update_regexp() function)Xinchen Hui2016-09-011-0/+2