summaryrefslogtreecommitdiff
path: root/ext/opcache
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge branch 'PHP-7.2' into PHP-7.3Dmitry Stogov2019-11-181-0/+34
| |\
| | * Fix $x = (bool)$x; for undefined with opcacheTyson Andre2019-11-181-0/+34
| * | Fix ASLR related invalid opline handler issuesChristoph M. Becker2019-11-151-7/+32
* | | Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2019-11-121-1/+1
|\ \ \ | |/ /
| * | Fixed wrong constant usageDmitry Stogov2019-11-121-1/+1
* | | Fix bug #78226: Don't call __set() on uninitialized typed propertiesNikita Popov2019-10-251-1/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-10-252-2/+15
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-10-252-2/+15
| |\ \ | | |/
| | * Fixed bug #78747Nikita Popov2019-10-252-1/+15
* | | Optimize VERIFY_RETURN_TYPE for TMP operands as wellNikita Popov2019-10-251-28/+28
* | | Check class linking in VERIFY_RETURN_TYPE optimizationNikita Popov2019-10-252-1/+31
* | | Allow loading FFI bindings through ffi.preload directiveDmitry Stogov2019-10-221-11/+20
* | | Fixed bug #78512 (Cannot make preload work)Dmitry Stogov2019-10-211-0/+5
* | | Merge branch 'PHP-7.3' into PHP-7.4Joe Watkins2019-10-143-11/+14
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Joe Watkins2019-10-143-11/+14
| |\ \ | | |/
| | * Fix checksum calculation for opcacheMitch Hagstrand2019-10-143-11/+14
* | | add librt for opcacheRemi Collet2019-10-081-2/+12
* | | Handle resources used as array keys consistentlyNikita Popov2019-09-271-1/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-09-192-1/+19
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-09-192-1/+19
| |\ \ | | |/
| | * Fix iterable return type optimizationNikita Popov2019-09-192-1/+19
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-09-171-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-09-171-1/+1
| |\ \ | | |/
| | * Fix opcache return type for get_headers in zend_func_infoTyson Andre2019-09-171-1/+1
* | | Fix #78429: opcache_compile_file(__FILE__); segfaultsChristoph M. Becker2019-09-162-0/+18
* | | Make constant and copy propagation only for IS_TMP_VAR operandsDmitry Stogov2019-09-131-3/+3
* | | Allow throwing exception while loading parent classNikita Popov2019-09-121-1/+3
* | | Preloading: Fix handling of static vars in inherited methodsNikita Popov2019-09-112-2/+6
* | | Add opcache return type for random_int()Tyson Andre2019-09-091-0/+1
* | | Fix opcache zend_func_info for microtime/gettimeofdayTyson Andre2019-09-091-2/+2
* | | Fixed bug #78514Nikita Popov2019-09-092-2/+5
* | | Add missing opcache return types for functions in splTyson Andre2019-09-041-0/+11
* | | Execute preload script under user defined by opcache.preload_user directiveDmitry Stogov2019-09-033-0/+86
* | | Add missing opcache return info for ext/standard.Tyson Andre2019-09-031-0/+3
* | | Add new missing functions from ext/hashTyson Andre2019-09-031-0/+3
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-09-031-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-09-031-1/+1
| |\ \ | | |/
| | * Fix opcache return type for hash_update_streamTyson Andre2019-09-031-1/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-08-261-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-08-261-2/+2
| |\ \ | | |/
| | * Also fix signature for passthruTyson Andre2019-08-261-1/+1
| | * Fix opcache optimizer info for time_nanosleepTyson Andre2019-08-261-1/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-08-131-0/+17
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-08-132-1/+19
| |\ \ | | |/
| | * Fixed bug #77191Nikita Popov2019-08-132-1/+19
* | | typoDmitry Stogov2019-08-061-1/+1
* | | Preloading is not comatible with dl() functionDmitry Stogov2019-08-061-0/+6
* | | Fixed bug #78376 (Incorrect preloading of constant static properties)Dmitry Stogov2019-08-053-0/+31
* | | Fix forwarding of extra args in opcache server testsNikita Popov2019-08-011-0/+3
* | | Revert "Use RW fetch for argument unpacking"Nikita Popov2019-08-011-1/+0