summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fixed bug #78434Nikita Popov2020-04-093-5/+31
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-04-022-14/+22
|\ \ | |/
| * Fixed bug #79434Nikita Popov2020-04-022-14/+22
| * Next is 7.3.18Christoph M. Becker2020-03-311-1/+1
* | Check asserts earlyDmitry Stogov2020-03-123-3/+3
* | Avoid "Anonymous class wasn't preloaded" error by lazely loading of not prelo...Dmitry Stogov2020-03-125-7/+39
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-03-112-1/+23
|\ \ | |/
| * 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 #79357Nikita Popov2020-03-092-2/+2
* | Add test for bug #63816Nikita Popov2020-03-061-0/+45
* | Remove generated lexerNikita Popov2020-02-281-8488/+0
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-02-282-0/+8491
|\ \ | |/
| * Fixed bug #79062Nikita Popov2020-02-282-118/+124
* | Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2020-02-271-0/+1
|\ \ | |/
| * Fixed incorrect behavior of internal memory debuggerDmitry Stogov2020-02-271-0/+1
* | Add test for bug #60161Nikita Popov2020-02-261-0/+18
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-02-254-5/+86
|\ \ | |/
| * 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