summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Similar problem (#79022) also exists in InterfacesXinchen Hui2019-12-242-2/+19
* | Fixed bug #79022 (class_exists returns True for classes that are not ready to...Xinchen Hui2019-12-242-1/+23
* | Fix leak when generator closed during yield in finallyNikita Popov2019-12-202-23/+95
* | Fix early free of assign_obj op_dataNikita Popov2019-12-203-74/+310
* | Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2019-12-193-0/+53
|\ \ | |/
| * Fixed bug #78999 (Cycle leak when using function result as temporary)Dmitry Stogov2019-12-193-0/+53
* | Avoid signed integer overflow in string offset checkNikita Popov2019-12-192-1/+17
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-12-191-1/+1
|\ \ | |/
| * Add destructor annotations in ini parserNikita Popov2019-12-191-1/+1
* | Fix leak in assign_ref with functionNikita Popov2019-12-182-3/+23
* | Fixed bug #78776Nikita Popov2019-12-182-9/+34
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-12-182-3/+34
|\ \ | |/
| * Rethrow generator exception even without active stack frameNikita Popov2019-12-182-3/+34
* | Fix use-after-free when trying to write to closure propertyNikita Popov2019-12-182-1/+23
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-12-183-10/+30
|\ \ | |/
| * Fix freeing of dynamic call nameNikita Popov2019-12-183-10/+30
* | Fix const/cv freeing on failed reference assignmentNikita Popov2019-12-182-1/+29
* | Property names of internal classes from temporary extensins, loaded by dl(), ...Dmitry Stogov2019-12-171-1/+1
* | Fixed memory leakDmitry Stogov2019-12-171-1/+3
* | Fixed memory leaksDmitry Stogov2019-12-171-1/+6
* | Set opcache.optimization_level=0 in testNikita Popov2019-12-161-0/+2
* | Test fixesStanislav Malyshev2019-12-161-2/+2
* | Fixed bug #78973Nikita Popov2019-12-163-0/+20
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-12-132-0/+40
|\ \ | |/
| * Fixed bug #78921Nikita Popov2019-12-132-0/+40
* | Introduce extra counter to avoid RTD key collisionsNikita Popov2019-12-133-27/+23
* | Fixed bug #78950: Preloading trait method with static variablesNikita Popov2019-12-121-3/+10
* | Revert "Fixed bug #78903: Conflict in RTD key for closures results in crash"Nikita Popov2019-12-111-11/+5