summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 7.3.21php-7.3.21PHP-7.3.21Christoph M. Becker2020-08-041-1/+1
* Bump version to 7.3.21RC1php-7.3.21RC1Christoph 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
* Fix constant evaluation of && and ||Nikita Popov2019-12-062-12/+24
* Fix AST printing of nullable builtin typesNikita Popov2019-12-042-3/+3
* Next is 7.3.14Christoph M. Becker2019-12-031-1/+1
* Fixed bug #78868 (Calling __autoload() with incorrect EG(fake_scope) value)Dmitry Stogov2019-11-252-0/+39
* Merge branch 'PHP-7.2' into PHP-7.3Dmitry Stogov2019-11-182-8/+24
|\
| * Fix $x = (bool)$x; for undefined with opcacheTyson Andre2019-11-182-8/+24
* | Fixed bug #78787Nikita Popov2019-11-062-4/+30
* | 7.3.13 is nextChristoph M. Becker2019-11-051-1/+1
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-10-301-0/+1
|\ \ | |/
| * Add missing refcount incrementNikita Popov2019-10-301-0/+1
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-10-292-1/+21
|\ \ | |/
| * Fixed bug #78689Nikita Popov2019-10-292-1/+21
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-10-282-8/+36
|\ \ | |/
| * Fix bug #78752Nikita Popov2019-10-282-8/+36
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-10-103-0/+28
|\ \ | |/
| * Fix leak on static method call on non-existent classNikita Popov2019-10-103-0/+28
* | Fixed bug #78658Nikita Popov2019-10-092-1/+15
* | 7.3.12 is nextChristoph M. Becker2019-10-081-1/+1
* | Make sure T_ERROR is returned for all lexer exceptionsNikita Popov2019-10-043-119/+153
* | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-10-041-2/+7
|\ \ | |/
| * Fix #78620: Out of memory errorChristoph M. Becker2019-10-041-2/+7
* | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-10-021-5/+0
|\ \ | |/