summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #79862Nikita Popov2020-07-152-1/+65
* Switch back to FREE_UNFETCHED_OP_DATANikita Popov2020-07-092-17/+17
* Fix bug #79599 in a different wayNikita Popov2020-07-093-116/+77
* Revert "Fixed bug #97599 (coredump in set_error_handler)"Nikita Popov2020-07-092-34/+1
* Revert "Partial fixed bug #79649 (Altering disable_functions from module init...Derick Rethans2020-07-091-11/+9
* Fixed bug #79793Nikita Popov2020-07-072-1/+38
* Fixed bug #79784Nikita Popov2020-07-072-3/+36
* Fixed bug #78598Nikita Popov2020-07-074-8/+127
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-07-072-2/+18
|\
| * Fixed bug #79792Nikita Popov2020-07-072-2/+18
* | Fixed bug #79779Nikita Popov2020-07-072-15/+24
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-07-072-0/+33
|\ \ | |/
| * Fixed bug #79778Nikita Popov2020-07-072-0/+33
* | Fixed bug #79783Nikita Popov2020-07-072-1/+16
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-06-301-4/+0
|\ \ | |/
| * Remove bogus generator iterator dtorNikita Popov2020-06-301-4/+0
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-06-302-1/+27
|\ \ | |/
| * 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
* | Fixed bug #79740Nikita Popov2020-06-262-0/+28
* | Don't use ternary in ini defaultNikita Popov2020-06-181-1/+7
* | Suppress zend signals check in two readline testsNikita Popov2020-06-172-2/+1
* | Partial fixed bug #79649 (Altering disable_functions from module init corrupt...Xinchen Hui2020-06-101-9/+11
* | Fixed bug #79683Nikita Popov2020-06-091-0/+3
* | Fixed bug #79657Nikita Popov2020-06-082-0/+43
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-06-042-12/+19
|\ \ | |/
| * 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 several mostly Windows related phpdbg bugsChristoph M. Becker2020-05-262-0/+2
* | Fix #79595: zend_init_fpu() alters FPU precisionChristoph M. Becker2020-05-261-12/+9
* | Respect typed references in catch assignmentNikita Popov2020-05-264-26/+64
* | Fix zend_assign_to_typed_ref() implementationNikita Popov2020-05-262-32/+54
* | Revert "Fix #79595: zend_init_fpu() alters FPU precision"Nikita Popov2020-05-221-5/+2
* | Fix #79595: zend_init_fpu() alters FPU precisionChristoph M. Becker2020-05-221-2/+5
* | Fix bug #79603, by retrying on RTD key collisionNikita Popov2020-05-201-12/+22
* | Don't require rc=1 for function static variablesNikita Popov2020-05-201-2/+3
* | Fixed bug #79600Nikita Popov2020-05-152-0/+25
* | Fixed bug #97599 (coredump in set_error_handler)Xinchen Hui2020-05-152-1/+34
* | Canonicalize bison error during ini parsingNikita Popov2020-05-142-1/+2
* | Fixed bug #79548Nikita Popov2020-05-041-1/+8
* | Merge branch 'PHP-7.4' of git.php.net:/php-src into PHP-7.4Xinchen Hui2020-04-291-1/+11
|\ \
| * \ Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-04-271-1/+11
| |\ \ | | |/
| | * Fix #79470: PHP incompatible with 3rd party file system on demandChristoph M. Becker2020-04-271-1/+11
* | | Fixed bug #79536 (zend_clear_exception prevent exception's destructor to be c...Xinchen Hui2020-04-291-2/+4
|/ /
* | Fix #79514: Memory leaks while including unexistent fileChristoph M. Becker2020-04-242-0/+15
* | Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2020-04-172-2/+2
|\ \ | |/
| * zend_timeout() may access EX(opline)Dmitry Stogov2020-04-172-2/+2
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-04-152-1/+21
|\ \ | |/
| * Fixed bug #79477Nikita Popov2020-04-152-1/+21