Revision tags: php-5.6.22RC1, php-7.0.7RC1, php-7.0.6, php-5.6.21, php-5.5.35, php-5.6.21RC1, php-7.0.6RC1 |
|
#
9458f549 |
| 12-Apr-2016 |
Xinchen Hui |
This only make sense on *nix
|
Revision tags: php-5.6.20, php-5.5.34, php-7.0.5, php-5.6.20RC1, php-7.0.5RC1 |
|
#
d54eafb3 |
| 04-Mar-2016 |
Fatih ACAR |
make opcache lockfile path configurable Signed-off-by: William Dauchy <william@gandi.net> Signed-off-by: Baptiste Daroussin <baptiste.daroussin@gandi.net> Signed-off-by: Fatih Acar <
make opcache lockfile path configurable Signed-off-by: William Dauchy <william@gandi.net> Signed-off-by: Baptiste Daroussin <baptiste.daroussin@gandi.net> Signed-off-by: Fatih Acar <fatih.acar@gandi.net>
show more ...
|
Revision tags: php-5.6.19, php-5.5.33, php-7.0.4, php-5.6.19RC1 |
|
#
ca779add |
| 17-Feb-2016 |
Dmitry Stogov |
Fixed process synchronisation problem, that may cause crashes after opcache restart
|
#
d2287529 |
| 17-Feb-2016 |
Dmitry Stogov |
Fixed process synchronisation problem, that may cause crashes after opcache restart
|
Revision tags: php-7.0.4RC1, php-5.6.18, php-7.0.3, php-5.5.32, php-5.6.18RC1, php-7.0.3RC1, php-5.6.17, php-5.5.31, php-7.0.2 |
|
#
49493a2d |
| 01-Jan-2016 |
Lior Kaplan |
Happy new year (Update copyright to 2016)
|
#
3f07a256 |
| 29-Dec-2015 |
Xinchen Hui |
Fixed info while setting opcache.file_cache_only
|
Revision tags: php-7.0.2RC1, php-5.6.17RC1 |
|
#
d2597ad2 |
| 09-Dec-2015 |
Dmitry Stogov |
Improved optimizer dubugging facility
|
Revision tags: php-7.0.1RC1, php-7.0.0, php-5.6.16, php-7.0.0RC8 |
|
#
09aa68b2 |
| 11-Nov-2015 |
Dmitry Stogov |
Break dependency between opcache and optimizer. Remove copatibility macros.
|
Revision tags: php-7.0.0RC7, php-5.6.16RC1, php-5.6.15, php-7.0.0RC6, php-7.0.1 |
|
#
d4df6641 |
| 17-Oct-2015 |
Xinchen Hui |
Fixed bug #70724 (Undefined Symbols from opcache.so on Mac OS X 10.10)
|
Revision tags: php-5.6.15RC1, php-7.0.0RC5 |
|
#
ffb5d0ac |
| 09-Oct-2015 |
Anatol Belski |
Implemented file_cache_fallback mechanism which is essential as an attempt to fix the "failed to reattach" error on Windows. If file_cache is enabled, Opcache will automaticaly switc
Implemented file_cache_fallback mechanism which is essential as an attempt to fix the "failed to reattach" error on Windows. If file_cache is enabled, Opcache will automaticaly switch to file_cache_only mode in the case a process failed to map the shared segment at the required address. The important small part of the SHM will still be mapped, which allows information exchange between normal processes using SHM and those using the fallback mechanism. This is based on Dmitry's, Matt's and mine ideas. So many thanks for support!
show more ...
|
Revision tags: php-5.5.30, php-5.6.14, php-7.0.0RC4, php-5.6.14RC1, php-7.0.0RC3 |
|
#
c104d329 |
| 14-Sep-2015 |
Dmitry Stogov |
Use shorter php.ini directive name "opcache.huge_code_pages" and disable it by default.
|
#
669f0b39 |
| 14-Sep-2015 |
Dmitry Stogov |
Added an experemental ability to move PHP code pages (PHP TEXT segment) into HUGE pages. PHP should be configured and built with --enable-huge-code-pages, OS should be configured to provide huge
Added an experemental ability to move PHP code pages (PHP TEXT segment) into HUGE pages. PHP should be configured and built with --enable-huge-code-pages, OS should be configured to provide huge pages. It's possible to enable/disable this future in php.ini through opcache.enable_huge_code_pages=0/1. The feature was tested on Linux and provided 2% improvement on real-life apps, because of 2-3 times reduction in number of iTLB misses.
show more ...
|
Revision tags: php-5.6.13, php-7.0.0RC2, php-5.5.29, php-5.4.45, php-5.6.13RC1, php-7.0.0RC1, php-5.6.12, php-5.5.28, php-7.0.0beta3, php-5.4.44, php-5.6.12RC1, php-7.0.0beta2, php-7.0.0beta1, php-5.6.11, php-5.5.27, php-5.4.43 |
|
#
4a2e40bb |
| 30-Jun-2015 |
Dmitry Stogov |
Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes).
|
Revision tags: php-5.6.11RC1, php-5.5.27RC1, php-7.0.0alpha2 |
|
#
0a21a0c7 |
| 15-Jun-2015 |
Dmitry Stogov |
Removed opcache.load_comments configuration directive. Now doc comments loading costs nothing and always enabled.
|
Revision tags: php-5.5.26, php-7.0.0alpha1, php-5.6.10, php-5.4.42, POST_PHP7_NSAPI_REMOVAL, PRE_PHP7_NSAPI_REMOVAL, php-5.6.10RC1, php-5.5.26RC1 |
|
#
cfadcfc7 |
| 25-May-2015 |
Anatol Belski |
cleanup more redundant S_IS* declarations
|
Revision tags: php-5.5.25, php-5.6.9, php-5.4.41 |
|
#
dd0b6023 |
| 07-May-2015 |
Rasmus Lerdorf |
Fix build
|
#
809616c9 |
| 07-May-2015 |
Xinchen Hui |
Temporary fix for SIGFPE
|
#
3abde432 |
| 06-May-2015 |
Dmitry Stogov |
Added experimental (disabled by default) file based opcode cache.
|
Revision tags: php-5.6.9RC1, php-5.5.25RC1, php-5.6.8, php-5.5.24, php-5.4.40 |
|
#
86f983bd |
| 01-Apr-2015 |
Danack |
Fixed bug #69281 (opcache_is_script_cached no longer works)
|
Revision tags: php-5.6.8RC1, php-5.5.24RC1, php-5.6.7, php-5.5.23, php-5.4.39 |
|
#
53d8e5fc |
| 06-Mar-2015 |
Dmitry Stogov |
Improved hash key manangement code
|
#
28e42b1d |
| 05-Mar-2015 |
Dmitry Stogov |
Improved hash key manangement code
|
Revision tags: php-5.6.7RC1, php-5.5.23RC1, POST_PHP7_EREG_MYSQL_REMOVALS, PRE_PHP7_EREG_MYSQL_REMOVALS |
|
#
2fa8d67a |
| 03-Mar-2015 |
Dmitry Stogov |
Use zend_string* instead of char* for opened_patch handling. Avoid reallocations and improve string reuse.
|
Revision tags: php-5.6.6, php-5.5.22, php-5.4.38, POST_PHP7_REMOVALS, PRE_PHP7_REMOVALS, php-5.6.6RC1, php-5.5.22RC1, php-5.5.21, php-5.6.5, php-5.4.37, php-5.5.21RC1, php-5.6.5RC1, POST_NATIVE_TLS_MERGE, PRE_NATIVE_TLS_MERGE, php-5.5.20, php-5.4.36, php-5.6.4, php-5.6.4RC1, php-5.5.20RC1, php-5.6.3, php-5.5.19, php-5.4.35, php-5.6.3RC1, php-5.5.19RC1, php-5.5.18, php-5.4.34, php-5.5.18RC1, php-5.6.1, php-5.6.2, php-5.4.33, php-5.5.17, php-5.6.1RC1, php-5.5.17RC1, php-5.4.33RC1, php-5.6.0, POST_AST_MERGE, PRE_AST_MERGE, POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE, php-5.5.16, php-5.4.32, POST_PHPNG_MERGE, PRE_PHPNG_MERGE, php-5.6.0RC4, php-5.3.29, php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1, php-5.6.0RC3, php-5.5.15, php-5.4.31, php-5.4.31RC1, php-5.5.15RC1, php-5.6.0RC2, php-5.4.30, php-5.5.14, php-5.6.0RC1, php-5.5.14RC1, php-5.4.30RC1, php-5.6.0beta4, php-5.4.29, php-5.5.13, php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1, php-5.6.0beta2, php-5.5.12, php-5.4.28, php-5.4.28RC1, php-5.5.12RC1 |
|
#
fc444fbc |
| 11-Apr-2014 |
Bob Weinand |
Shut up, my lovely compiler; I do not like your warnings Conflicts: Zend/zend_object_handlers.c
|
#
1828ec21 |
| 27-Jan-2015 |
Xinchen Hui |
Fixed some annoying warnings
|
#
fc33f52d |
| 15-Jan-2015 |
Xinchen Hui |
bump year
|