summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #80523Nikita Popov2020-12-161-3/+3
* IBM i PASE doesn't support ITIMER_PROFCalvin Buckley2020-12-152-3/+4
* Fix build for non-x86Nikita Popov2020-11-271-4/+10
* Fix AVX detectionNikita Popov2020-11-271-0/+37
* Fixed bug #80362: Running dtrace scripts can cause php to crashNikita Popov2020-11-241-1/+3
* Short-circuit get_gc for currently running generatorNikita Popov2020-11-182-0/+35
* Fix incorrectly optimized out live rangeNikita Popov2020-11-171-0/+19
* Fix #74558: Can't rebind closure returned by Closure::fromCallable()Christoph M. Becker2020-11-164-15/+19
* Fix dynamic function definition in preload scriptNikita Popov2020-11-041-1/+2
* Fix SSA integrity violation for type inference in dead codeNikita Popov2020-10-301-0/+18
* Fixed run-time binding of preloaded dynamically declared functionDmitry Stogov2020-10-281-1/+5
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-10-261-1/+2
|\
| * Declare may_retry_reparse_point on windows onlyNikita Popov2020-10-261-1/+2
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-10-261-2/+4
|\ \ | |/
| * Fix #80258: Windows Deduplication Enabled, randon permission errorsChristoph M. Becker2020-10-261-2/+4
| * 7.3.25 is nextChristoph M. Becker2020-10-131-1/+1
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-10-124-14/+44
|\ \ | |/
| * Detect self-addition of array more accuratelyNikita Popov2020-10-122-1/+11
| * Deindirect source elements in zend_hash_mergeNikita Popov2020-10-122-13/+33
* | Avoid non-object in FE_FREENikita Popov2020-10-122-25/+40
* | Fixed bug #80186Nikita Popov2020-10-092-35/+111
* | Fixed bug #80194Nikita Popov2020-10-071-0/+22
* | Fix bug #80126Nikita Popov2020-10-063-12/+60
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-10-051-4/+4
|\ \ | |/
| * Fix -Wimplicit-function-declaration in configureNikita Popov2020-10-052-5/+9
| * Backport of a partial fix for bug Bug #76982 (memory leak declaring closure i...Dmitry Stogov2020-10-013-19/+4
| * 7.3.24 is nextChristoph M. Becker2020-09-151-1/+1
* | Fix assumption about property guard hash valueNikita Popov2020-09-152-2/+18
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-09-042-2/+4
|\ \ | |/
| * Avoid duplicate octal warning during heredoc scan aheadNikita Popov2020-09-043-352/+353
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-09-033-0/+16
|\ \ | |/
| * Fixed bug #80049Nikita Popov2020-09-033-0/+16
* | Fixed bug #80046Nikita Popov2020-09-031-0/+22
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-09-031-8/+12
|\ \ | |/
| * Handle memory limit error during string reallocation correctlyNikita Popov2020-09-031-8/+12
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-09-022-2/+3
|\ \ | |/
| * Fix throwing of yield from related exceptions into generatorNikita Popov2020-09-022-2/+3
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-09-022-0/+17
|\ \ | |/
| * Fix infinite loop on string offset during by-ref list assignNikita Popov2020-09-022-0/+17
* | Check for null EX(func) in write_propertyNikita Popov2020-09-012-3/+35
* | Fix pi node removal when removing predecessorNikita Popov2020-09-011-0/+14
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-08-312-0/+16
|\ \ | |/
| * Fix leak on assign concat of array and empty stringNikita Popov2020-08-312-0/+16
* | Fix bug #80037Nikita Popov2020-08-313-44/+34
* | Add test for bug #80039Nikita Popov2020-08-311-0/+43
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-08-312-0/+32
|\ \ | |/
| * Fix handling of exception if valid() during yield fromNikita Popov2020-08-312-0/+32
* | Merge branch 'PHP-7.3' into PHP-7.4twosee2020-08-301-41/+4
|\ \ | |/
| * Improve error_handing replacement functionstwosee2020-08-301-41/+4
* | Property handle read_property exception in fetch_property_addressNikita Popov2020-08-262-0/+27