summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 7.3.24RC1php-7.3.24RC1Christoph M. Becker2020-10-131-1/+1
* Detect self-addition of array more accuratelyNikita Popov2020-10-122-1/+11
* Deindirect source elements in zend_hash_mergeNikita Popov2020-10-122-13/+33
* 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
* Avoid duplicate octal warning during heredoc scan aheadNikita Popov2020-09-043-352/+353
* Fixed bug #80049Nikita Popov2020-09-033-0/+16
* Handle memory limit error during string reallocation correctlyNikita Popov2020-09-031-8/+12
* Fix throwing of yield from related exceptions into generatorNikita Popov2020-09-022-2/+3
* Fix infinite loop on string offset during by-ref list assignNikita Popov2020-09-022-0/+17
* Fix leak on assign concat of array and empty stringNikita Popov2020-08-312-0/+16
* Fix handling of exception if valid() during yield fromNikita Popov2020-08-312-0/+32
* Improve error_handing replacement functionstwosee2020-08-301-41/+4
* Fix memory leak when yielding from non-iterableNikita Popov2020-08-263-0/+23
* Fix wrong datatypeManuel Mausz2020-08-211-1/+1
* 7.3.23 is nextChristoph M. Becker2020-08-181-1/+1
* Fix #79934: CRLF-only line in heredoc causes parsing errorPieter van den Ham2020-08-064-351/+381
* Removed space from bug55086.phptGraham Campbell2020-08-031-1/+1
* Fix #79919: Stack use-after-scope in define()Christoph M. Becker2020-07-312-3/+15
* Fix #79806: realpath() erroneously resolves link to linkChristoph M. Becker2020-07-281-2/+19
* Revert "Fix #79806: realpath() erroneously resolves link to link"Christoph M. Becker2020-07-271-12/+2
* Fix #79806: realpath() erroneously resolves link to linkChristoph M. Becker2020-07-271-2/+12
* 7.3 is now 7.3.22-devChristoph M. Becker2020-07-211-1/+1
* Fixed bug #79792Nikita Popov2020-07-072-2/+18
* Fixed bug #79778Nikita Popov2020-07-072-0/+33
* Remove bogus generator iterator dtorNikita Popov2020-06-301-4/+0
* Fix leak when setting cyclic previous exception in finallyNikita Popov2020-06-302-1/+27
* 7.3 is now 7.3.21-devChristoph M. Becker2020-06-231-1/+1
* Fix #79668: get_defined_functions(true) may miss functionsChristoph M. Becker2020-06-042-10/+19
* 7.3.20 will be nextChristoph M. Becker2020-05-261-1/+1
* Bump versionChristoph M. Becker2020-04-281-1/+1
* Fix #79470: PHP incompatible with 3rd party file system on demandChristoph M. Becker2020-04-271-1/+11
* zend_timeout() may access EX(opline)Dmitry Stogov2020-04-172-2/+2
* Fixed bug #79477Nikita Popov2020-04-152-1/+21
* Fixed bug #79434Nikita Popov2020-04-022-14/+22
* Next is 7.3.18Christoph M. Becker2020-03-311-1/+1
* Fix #79364: When copy empty array, next key is unspecifiedChristoph M. Becker2020-03-112-1/+23
* Next is 7.3.17Christoph M. Becker2020-03-031-1/+1
* Fixed bug #79062Nikita Popov2020-02-282-118/+124
* Fixed incorrect behavior of internal memory debuggerDmitry Stogov2020-02-271-0/+1
* Fix #63206: Fully support error/exception_handler stacking, even with null or...Mark Plomer2020-02-254-5/+86
* Next is 7.3.16Christoph M. Becker2020-02-041-1/+1
* Fix bug #76047Nikita Popov2020-01-314-12/+79
* Bump versionChristoph M. Becker2020-01-071-1/+1
* Fixed bug #78999 (Cycle leak when using function result as temporary)Dmitry Stogov2019-12-193-0/+53
* Add destructor annotations in ini parserNikita Popov2019-12-191-1/+1
* Rethrow generator exception even without active stack frameNikita Popov2019-12-182-3/+34
* Fix freeing of dynamic call nameNikita Popov2019-12-183-10/+30
* Fixed bug #78921Nikita Popov2019-12-132-0/+40