#
cd6a6e4c |
| 20-Jun-2019 |
Dmitry Stogov |
Fixed bug #78185 (File cache no longer works)
|
#
148eb202 |
| 18-Jun-2019 |
Dmitry Stogov |
Fixed bug #78175 (Preloading segfaults at preload time and at runtime)
|
#
04a6aac5 |
| 17-Jun-2019 |
Christoph M. Becker |
Turn system_id into a true global The system_id is identical for all threads and can be computed during module startup, so there is no need to calculate and store it for each thread.
|
#
28808ca9 |
| 14-Jun-2019 |
Dmitry Stogov |
Backport 96a12578c13b5c37195b10526fcdc669b795644d
|
#
40f463b5 |
| 14-Jun-2019 |
Dmitry Stogov |
Backport 91a6cdbff5ebd1ca4db1d6e8c42d3265ce80ace4
|
#
96a12578 |
| 14-Jun-2019 |
Dmitry Stogov |
More edge case fixes that may cause bug #78106
|
#
91a6cdbf |
| 14-Jun-2019 |
Dmitry Stogov |
Attempt to fix edge conditions that may cause bug #78106
|
#
f1a81380 |
| 13-Jun-2019 |
Nikita Popov |
Fixed bug #78106 When disabling opcache during the request via opcache.enable ini setting, make sure we also disable ZCG(accelerator_enabled).
|
Revision tags: php-7.3.7RC1, php-7.2.20RC1, php-7.2.19, php-7.3.6, php-7.1.30 |
|
#
89b2d886 |
| 24-May-2019 |
Nikita Popov |
Register class before fetching parent We want the class declaration to be available while compiling the parent class.
|
#
199eb2b1 |
| 10-Jun-2019 |
Dmitry Stogov |
Fixed possible misalignment in 32-bit build.
|
#
1df9f238 |
| 31-May-2019 |
Dmitry Stogov |
Better hot/cold code splitting
|
#
62ded6ef |
| 27-May-2019 |
Dmitry Stogov |
Align .text segment for better huge pages usage
|
#
8baf3ffd |
| 26-May-2019 |
Jakub Zelenka |
Add fpmi to the opcache supported sapis
|
Revision tags: php-7.2.19RC1, php-7.3.6RC1 |
|
#
49a3b03e |
| 08-May-2019 |
Nikita Popov |
Implement basic variance support This is a minimal variance implementation: It does not support any cyclic type dependencies. Additionally the preloading requirements are much more r
Implement basic variance support This is a minimal variance implementation: It does not support any cyclic type dependencies. Additionally the preloading requirements are much more restrictive than necessary. Hopefully we can relax these in the future.
show more ...
|
#
fdb7fc61 |
| 23-May-2019 |
Dmitry Stogov |
Fixed double mutex unlock
|
#
fa6a4483 |
| 22-May-2019 |
Dmitry Stogov |
Fixed race condition in opcache restart
|
#
7c99589b |
| 22-May-2019 |
Dmitry Stogov |
.text segment may be not the first one
|
#
f53b9939 |
| 20-May-2019 |
Dmitry Stogov |
Fixed bug #78014 (Preloaded classes may depend on non-preloaded classes due to unresolved consts)
|
#
5c4d125d |
| 14-May-2019 |
Dmitry Stogov |
Fixed possible crashes, because of inconsistent PCRE cache and opcache SHM reset
|
Revision tags: php-7.1.29, php-7.2.18, php-7.3.5 |
|
#
8cdd2158 |
| 29-Apr-2019 |
Dmitry Stogov |
Also, use ZEND_ACC_PRELOADED for classes
|
#
bfadd9fd |
| 17-Apr-2019 |
Dmitry Stogov |
It's safe to keep old string if it's stored not in SHM.
|
Revision tags: php-7.2.18RC1, php-7.3.5RC1 |
|
#
853f881b |
| 11-Apr-2019 |
Anatol Belski |
Avoid code duplication
|
Revision tags: php-7.2.17, php-7.3.4, php-7.1.28 |
|
#
eb8c07fe |
| 25-Mar-2019 |
Nikita Popov |
Support VirtualProtect for opcache.protect_memory Don't enable this on AppVeyor yet, as there is still an open issue in phar.
|
#
9a068760 |
| 01-Apr-2019 |
Dmitry Stogov |
Added JIT compiler for x86 and x86_64
|
#
0122f395 |
| 26-Mar-2019 |
Nikita Popov |
Add zend_error_at API that accepts a filename and lineno Use this for the opcache preloading warnings, as an example usage.
|