summaryrefslogtreecommitdiff
path: root/ext/opcache/ZendAccelerator.c
Commit message (Expand)AuthorAgeFilesLines
* Use zend_string* instead of char*Dmitry Stogov2021-03-221-12/+29
* Change Zend Stream API to use zend_string* instead of char*.Dmitry Stogov2021-03-161-100/+109
* Inheritance cache optimizationDmitry Stogov2021-03-111-2/+4
* Fix static variable behavior with inheritanceNikita Popov2021-02-181-64/+0
* Reuse single map_ptr slot for indentical class namesDmitry Stogov2021-02-101-1/+1
* Added Inheritance Cache.Dmitry Stogov2021-02-091-126/+348
* Merge branch 'PHP-8.0'Nikita Popov2021-02-041-2/+5
|\
| * Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-02-041-2/+5
| |\
| | * Try SIGTERM before SIGKILL in opcache restartNikita Popov2021-02-041-2/+5
| | * Backport preloading trait fixup fixesNikita Popov2020-11-051-19/+16
* | | Move optimizer into coreNikita Popov2021-01-281-7/+0
* | | Replace zend_bool uses with boolNikita Popov2021-01-151-23/+23
* | | Merge branch 'PHP-8.0'Nikita Popov2020-12-151-0/+2
|\ \ \ | |/ /
| * | JIT disabled build fix.David Carlier2020-12-151-0/+2
* | | Merge branch 'PHP-8.0'Dmitry Stogov2020-12-141-0/+2
|\ \ \ | |/ /
| * | Fixed bug #80506 (Immediate SIGSEGV upon ini_set("opcache.jit_debug", 1))Dmitry Stogov2020-12-141-0/+2
* | | Merge branch 'PHP-8.0'Dmitry Stogov2020-11-301-1/+2
|\ \ \ | |/ /
| * | Disable JIT with incompatible third-party extensionsDmitry Stogov2020-11-301-1/+2
* | | Merge branch 'PHP-8.0'Nikita Popov2020-11-051-6/+2
|\ \ \ | |/ /
| * | Fixup trait methods even if no traits are usedNikita Popov2020-11-051-6/+2
* | | Merge branch 'PHP-8.0'Nikita Popov2020-11-051-15/+16
|\ \ \ | |/ /
| * | Fix multiple trait fixupNikita Popov2020-11-051-15/+16
* | | Merge branch 'PHP-8.0'Nikita Popov2020-11-041-0/+1
|\ \ \ | |/ /
| * | End output handlers in preload shutdownNikita Popov2020-11-041-0/+1
* | | Merge branch 'PHP-8.0'Nikita Popov2020-11-031-0/+4
|\ \ \ | |/ /
| * | Report parse errors during preloadingNikita Popov2020-11-031-0/+4
* | | Merge branch 'PHP-8.0'Nikita Popov2020-11-031-1/+0
|\ \ \ | |/ /
| * | Don't ignore internal classes during preloadingNikita Popov2020-11-031-1/+0
* | | Merge branch 'PHP-8.0'Nikita Popov2020-11-031-0/+2
|\ \ \ | |/ /
| * | Preserve trait method alias name during preloadingNikita Popov2020-11-031-0/+2
* | | Merge branch 'PHP-8.0'Nikita Popov2020-10-201-1/+5
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-10-201-1/+5
| |\ \ | | |/
| | * Fix bug #79643: Invalid memory read when opcache.interned_strings_buffer is 0twosee2020-10-201-1/+5
* | | Add zend_accel_error_noreturn() helperNikita Popov2020-10-191-15/+15
|/ /
* | Fix #80175: PHP8 RC1 - JIT Buffer not workingChristoph M. Becker2020-10-101-1/+1
* | Tracing JIT support for preloaded scriptsDmitry Stogov2020-09-291-1/+1
* | Merge branch 'PHP-7.4'Dmitry Stogov2020-09-291-2/+3
|\ \ | |/
| * Fixed unintended disabling of Optimizer for preloaded scripts introduced by 4...Dmitry Stogov2020-09-291-2/+3
* | Add system ID entropy APISammy Kaye Powers2020-09-181-44/+0
* | Cleanup observer API and add JIT supportDmitry Stogov2020-09-181-10/+0
* | Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-09-141-2/+6
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-09-141-2/+6
| |\
| | * Avoid segfault if module/extension version is not definedChristoph M. Becker2020-09-141-2/+6
* | | Merge branch 'PHP-7.4'Sammy Kaye Powers2020-09-091-0/+16
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Sammy Kaye Powers2020-09-091-0/+16
| |\ \ | | |/
| | * Fix #79825: opcache.file_cache causes SIGSEGV with custom opcode handlersSammy Kaye Powers2020-09-091-0/+16
* | | Fix Windows buildChristoph M. Becker2020-09-031-1/+1
* | | Don't intern compiled_filenameNikita Popov2020-09-031-6/+3
* | | Add zend_observer APILevi Morrison2020-09-011-0/+10
* | | Improve type declarations for Zend APIsGeorge Peter Banyard2020-08-281-10/+10