summaryrefslogtreecommitdiff
path: root/ext/opcache/ZendAccelerator.c
Commit message (Expand)AuthorAgeFilesLines
* Prevent error reporting during preloading request start-upDmitry Stogov2019-02-201-6/+30
* Order of classes may matterDmitry Stogov2019-02-191-0/+3
* Don't restrict preloading with "open_basedir" directive.Dmitry Stogov2019-02-191-0/+4
* Accurate handling of not preloaded classesDmitry Stogov2019-02-191-4/+19
* Don't try to eliminate requre/include with stream wrappersDmitry Stogov2019-02-191-0/+3
* Stop PHP in case of fatal error during preloadingDmitry Stogov2019-02-191-1/+24
* wsDmitry Stogov2019-02-191-1/+1
* Fixed use-after-free during preloading, when q class with unresolved constant...Dmitry Stogov2019-02-181-16/+46
* Release constant names during preloadingNikita Popov2019-02-181-1/+3
* Link anonymous classes during preloadingNikita Popov2019-02-151-1/+1
* Don't assume that all includes have been executedNikita Popov2019-02-151-2/+2
* Set filename & lineno information for preload inheritance errorNikita Popov2019-02-151-0/+7
* Handle bailouts during preload linkingNikita Popov2019-02-151-1/+9
* Fix preload auto globals handlingNikita Popov2019-02-151-8/+8
* Suppress zend_throw_error during preload constant resolutionNikita Popov2019-02-151-3/+3
* Add preloading support for typed propertiesNikita Popov2019-02-151-0/+38
* Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2019-02-121-27/+41
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Dmitry Stogov2019-02-121-27/+41
| |\
| | * Avoid dependency on "struct flock" fields order.Dmitry Stogov2019-02-121-27/+41
| | * Trim trailing whitespace in source code filesPeter Kokot2018-10-131-2/+2
| * | Future-proof email addressesZeev Suraski2018-11-011-3/+3
* | | Update and fix remaining year ranges (2019)Peter Kokot2019-02-081-1/+1
* | | Remove --disable-opcache-filecache optionNikita Popov2019-02-071-46/+1
* | | Remove copyright years.Dmitry Stogov2019-02-051-2/+2
* | | opcache/FreeBSD huge code page pragma supportDavid Carlier2019-01-301-0/+40
* | | Mark preloaded op_arraysDmitry Stogov2018-12-031-0/+8
* | | Added ZEND_COMPILE_WITHOUT_EXECUTION and ZEND_COMPILE_PRELOAD to determine wh...Dmitry Stogov2018-11-271-0/+1
* | | Don't preload functions and classes declared outside of preloaded scripts (e....Dmitry Stogov2018-11-231-2/+30
* | | Refactored script creation and classes/functions copying.Dmitry Stogov2018-11-231-8/+6
* | | Improved error messagesDmitry Stogov2018-11-201-2/+2
* | | Implemented preloading RFC: https://wiki.php.net/rfc/preload.Dmitry Stogov2018-11-141-2/+957
* | | Future-proof email addresses...Zeev Suraski2018-11-011-3/+3
* | | Improved shared interned strings handling. The previous implementation worked...Dmitry Stogov2018-10-251-24/+18
* | | Merge branch 'PHP-7.3'Dmitry Stogov2018-10-241-0/+3
|\ \ \ | |/ /
| * | Fixed reseting of interned strings buffer.Dmitry Stogov2018-10-241-0/+3
* | | Immutable clases and op_arrays.Dmitry Stogov2018-10-171-1/+6
* | | Turn accel_activate into module callback.Dmitry Stogov2018-10-011-5/+7
* | | Get rid of accel_deactivate() calbackDmitry Stogov2018-10-011-18/+6
* | | Revert "Removed redundand code"Dmitry Stogov2018-08-281-0/+3
* | | Removed redundand codeDmitry Stogov2018-08-281-3/+0
* | | Introduced ZEND_COMPILE_IGNORE_OTHER_FILES compiler option, to allow "separat...Dmitry Stogov2018-08-221-37/+11
* | | Merge branch 'PHP-7.3'Xinchen Hui2018-08-161-8/+9
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Xinchen Hui2018-08-161-8/+9
| |\ \ | | |/
| | * Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2018-08-161-8/+9
| | |\
| | | * Fixed bug #76747 (Opcache treats path containing "test.pharma.tld" as a phar ...Xinchen Hui2018-08-161-8/+9
* | | | Fix some misspellingsGabriel Caruso2018-08-121-1/+1
|/ / /
* | | Fix AVX partAnatol Belski2018-05-311-1/+5
* | | Use SSE/AVX instructionsDmitry Stogov2018-05-301-1/+29
* | | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-10/+10
* | | Don't store values of PHP_SAPI and PHP_BINARY in file cache, because it may b...Dmitry Stogov2018-04-281-0/+20