summaryrefslogtreecommitdiff
path: root/ext/opcache/zend_accelerator_module.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-05-121-5/+5
|\
| * Fix #79588: Boolean opcache settings ignore on/off valuesChristoph M. Becker2020-05-121-5/+5
* | Fix #78429: opcache_compile_file(__FILE__); segfaultsChristoph M. Becker2019-09-161-0/+5
* | Execute preload script under user defined by opcache.preload_user directiveDmitry Stogov2019-09-031-0/+6
* | Allow multiple cache instances per user/host on WindowsChristoph M. Becker2019-07-171-0/+6
* | Introduce zend_stream_init_filename()Nikita Popov2019-07-161-9/+3
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-07-151-0/+13
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-07-151-0/+12
| |\
| | * Fix bug #78291 Missing opcache directivesAndrew Collington2019-07-151-0/+12
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-06-251-8/+8
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-06-251-8/+8
| |\ \ | | |/
| | * Fix #78202: Opcache stats for cache hits are capped at 32bit NUMChristoph M. Becker2019-06-251-12/+12
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-06-131-0/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-06-131-0/+1
| |\ \ | | |/
| | * Fixed bug #78106Nikita Popov2019-06-131-0/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2019-05-211-0/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Dmitry Stogov2019-05-211-0/+3
| |\ \ | | |/
| | * Prevent race condition in opcache_reset()Dmitry Stogov2019-05-211-0/+3
* | | Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2019-05-141-6/+4
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Dmitry Stogov2019-05-141-7/+7
| |\ \ | | |/
| | * Fixed possible crashes, because of inconsistent PCRE cache and opcache SHM resetDmitry Stogov2019-05-141-7/+7
| * | Future-proof email addressesZeev Suraski2018-11-011-3/+3
* | | Don't catch opcache_compile_file failures during preloadingNikita Popov2019-02-181-5/+12
* | | Remove --disable-opcache-filecache optionNikita Popov2019-02-071-16/+0
* | | Remove copyright years.Dmitry Stogov2019-02-051-1/+1
* | | Added ZEND_COMPILE_WITHOUT_EXECUTION and ZEND_COMPILE_PRELOAD to determine wh...Dmitry Stogov2018-11-271-0/+5
* | | Implemented preloading RFC: https://wiki.php.net/rfc/preload.Dmitry Stogov2018-11-141-0/+44
* | | Future-proof email addresses...Zeev Suraski2018-11-011-3/+3
* | | Turn accel_activate into module callback.Dmitry Stogov2018-10-011-1/+1
* | | Allow opcache_compile_file() to perform compilation even if opcache is disabled.Dmitry Stogov2018-08-291-5/+0
|/ /
* | Fix typos in codePeter Kokot2018-07-271-1/+1
* | Merge branch 'PHP-7.2'Dmitry Stogov2018-03-051-5/+5
|\ \ | |/
| * Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2018-03-051-5/+5
| |\
| | * Fixed "opcache.file_cache_fallback" mode.Dmitry Stogov2018-03-051-5/+5
| | * year++Xinchen Hui2018-01-021-1/+1
| * | year++Xinchen Hui2018-01-021-1/+1
* | | year++Xinchen Hui2018-01-021-1/+1
* | | Remove opcache.inherited_hackNikita Popov2017-12-181-2/+0
* | | Fix some format specificersDavid Carlier2017-12-161-4/+4
* | | Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* | | Improved shared interned string table implementation (use less memory and mor...Dmitry Stogov2017-12-081-7/+7
* | | Use internet strings for EG(ini_entries)Dmitry Stogov2017-10-311-3/+3
|/ /
* | shutdown_executor() refactoring (reuse opcache fast request shutdown code)Dmitry Stogov2017-06-221-2/+0
* | Introduced "zif_handler" type (zif = zend internal function).Dmitry Stogov2017-06-081-6/+6
* | Merge branch 'PHP-7.1'Nikita Popov2017-06-021-1/+1
|\ \ | |/
| * Revert "merge PR #2290: enable opcache in CLI in 7.1+"Nikita Popov2017-06-021-1/+1
* | Merge branch 'PHP-7.1'Xinchen Hui2017-05-271-1/+1
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-05-271-1/+1
| |\
| | * Fixed bug #74663 (Segfault with opcache.memory_protect and validate_timestamp)Xinchen Hui2017-05-271-1/+1
| | * Revert "set more suitable defaults for opcache in ini and code"Joe Watkins2017-01-091-3/+3