summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | Don't use asm arithmetic under msanNikita Popov2020-02-211-12/+18
* | Fixed bug #79244 (php crashes during parsing INI file). (Laruence)Xinchen Hui2020-02-102-7/+48
* | Make opcodes to return de-refereced values of typed references (in the same w...Dmitry Stogov2020-02-063-21/+21
* | Apply tidy formattingNikita Popov2020-02-035-3072/+3072
* | Add WHITESPACE_SENSITIVE run-tests sectionNikita Popov2020-02-032-0/+2
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-01-315-13/+79
|\ \ | |/
| * Fix bug #76047Nikita Popov2020-01-314-12/+79
| * Bump versionChristoph M. Becker2020-01-071-1/+1
* | Fixed bug #79094 (Crashing when running recursion function)Dmitry Stogov2020-01-313-6/+39
* | fix cross compilation failure due to size_t typecast in definePascal de Bruijn2020-01-301-2/+2
* | Fix live range calculation for FE_FETCHNikita Popov2020-01-302-1/+23
* | Fix copying of functions in variance obligationsNikita Popov2020-01-302-2/+23
* | Reset trampoline on executor startupNikita Popov2020-01-301-0/+1
* | Fix UAF in is_callable() and allocated trampolineNikita Popov2020-01-302-7/+28
* | Use "%define parse.error verbose"Akim Demaille2020-01-292-2/+4
* | Fixed bug #78989Nikita Popov2020-01-285-8/+105
* | Fixed bug #79155Nikita Popov2020-01-232-4/+45
* | Make MSVCRT memory leak checking usable for the test suiteChristoph M. Becker2020-01-234-4/+36
* | Disable optimizations for ASan instrumented buildsChristoph M. Becker2020-01-161-1/+1
* | Add test for bug #73816Nikita Popov2020-01-031-0/+24
* | Make url_stats in resolve_path quietNikita Popov2019-12-301-0/+30
* | Avoid undefined behaviorChristoph M. Becker2019-12-301-1/+1
* | Properly propagate url_stat exceptions during includeNikita Popov2019-12-304-8/+51