summaryrefslogtreecommitdiff
path: root/ext/opcache
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #80861 (erronous array key overflow in 2D array with JIT)Dmitry Stogov2021-03-172-1/+112
* Fixed bug #80839 (PHP problem with JIT)Dmitry Stogov2021-03-172-0/+43
* Fix refcount inference for typed propertiesNikita Popov2021-03-161-4/+3
* ext/opcache: fix configure output while checking mmap MAP_ANON supportMichael Heimpold2021-03-151-1/+1
* Fixed bug #80814 (threaded mod_php won't load on FreeBSD: No space available ...Dmitry Stogov2021-03-101-2/+2
* Add supports for FreeBSD's PROT_MAX to let mprotect knows X flag can be appli...David Carlier2021-03-051-0/+3
* Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-03-051-1/+1
|\
| * Print error code if CreateMutex() failsChristoph M. Becker2021-03-051-1/+1
| * Fixed bug #80805Nikita Popov2021-03-012-4/+33
* | Fixed bug #80802: (zend_jit_fetch_indirect_var assert failure with tracing JIT)Dmitry Stogov2021-03-011-0/+49
* | Fixed bug #80782 (DASM_S_RANGE_VREG on PHP_INT_MIN-1)Dmitry Stogov2021-02-242-4/+31
* | Fixed bug #80786Nikita Popov2021-02-232-10/+36
* | Fixed bug #80745 (JIT produces Assert failure and UNKNOWN:0 var_dumps in code...Dmitry Stogov2021-02-173-12/+100
* | Fixed bug #80742 (Opcache JIT makes some boolean logic unexpectedly be true)Dmitry Stogov2021-02-162-3/+101
* | Update func info after password_get_info() changeNikita Popov2021-02-111-1/+1
* | 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
* | Merge branch 'PHP-7.4' into PHP-8.0Remi Collet2021-01-281-4/+6
|\ \ | |/
| * Fix #80682 opcache doesn't honour pcre.jit optionRemi Collet2021-01-281-4/+6
* | Fixed observer API and JIT compatibilityDmitry Stogov2021-01-261-0/+8
* | Fix opcache phpize build on FreeBSDAlex Samorukov2021-01-251-0/+3
* | Skip preloading test on windowsNikita Popov2021-01-201-2/+5
* | Fixed bug #80634 (write_property handler of internal classes is skipped on pr...Dmitry Stogov2021-01-203-1/+36
* | Keep JIT region executable under ZTSDylan K. Taylor2021-01-191-4/+13
* | Observe unused return values in JITNikita Popov2021-01-191-12/+7
* | Fixed bug #80422 (php_opcache.dll crashes when using Apache 2.4 with JIT)Dmitry Stogov2021-01-141-0/+5
* | Add guard if lvalue of assignment may be a reference, but wasn't a reference ...Dmitry Stogov2021-01-111-0/+5
* | Fix/improve mysqli stubsDharman2021-01-061-6/+6
* | Initialize EX(call)->func by single instructionDmitry Stogov2020-12-291-7/+17
* | Reuse value stored in %r0 instead of immediate operandDmitry Stogov2020-12-291-2/+2
* | Eliminate redundand comparison insructionsDmitry Stogov2020-12-243-14/+117
* | Optimize out result value of ASSIGN, ASSIGN_OP and INC/DEC opcodes, if possible.Dmitry Stogov2020-12-151-1/+109
* | JIT: Update invalid opcache.jit INI value message to include "tracing" and "f...Ayesh Karunaratne2020-12-151-1/+1
* | JIT disabled build fix.David Carlier2020-12-151-0/+2
* | Remove unused flagDmitry Stogov2020-12-142-6/+1
* | Fixed bug #80506 (Immediate SIGSEGV upon ini_set("opcache.jit_debug", 1))Dmitry Stogov2020-12-141-0/+2
* | Eliminate some repeatable IS_REFERENCE checksDmitry Stogov2020-12-101-15/+47
* | Perform early guard type check for result of FETCH_CONSTANTDmitry Stogov2020-12-095-26/+65
* | Fixed IS_32BIT/IS_SIGNED_32BIT messDmitry Stogov2020-12-091-17/+17
* | Avoid unnecessary checksDmitry Stogov2020-12-081-2/+6
* | Fixed bug #80480 (Segmentation fault with JIT enabled)Dmitry Stogov2020-12-071-21/+37
* | Fix failing VirtualProtect() callsChristoph M. Becker2020-12-021-0/+3
* | Bug #80447 (Strange out of memory error when running with JIT)Dmitry Stogov2020-12-012-1/+35
* | Skip test if JIT is not availableDmitry Stogov2020-12-011-0/+1
* | Preallocate stack space for JIT in execute_ex() to eliminate JIT prologue/epi...Dmitry Stogov2020-11-301-16/+36
* | Fixed "may be used uninitialized" compilation warningsDmitry Stogov2020-11-301-0/+3
* | Hide phpdbg/JIT incompatibility macro (JIT is disabled for phpdbg)Dmitry Stogov2020-11-301-1/+5
* | Disable JIT with incompatible third-party extensionsDmitry Stogov2020-11-304-4/+55
* | Only replace IN_ARRAY result type for JMPZ/JMPNZNikita Popov2020-11-302-10/+24
* | Respect strict_types during sccp function call evaluationNikita Popov2020-11-273-6/+30