summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fixed bug #78903: Conflict in RTD key for closures results in crashNikita Popov2019-12-111-5/+11
* | Addirional fix for bug #78918Dmitry Stogov2019-12-112-2/+11
* | Fixed bug #78937 (Preloading unlinkable anonymous class can segfault)Dmitry Stogov2019-12-113-2/+16
* | Fixed bug #78935: Check that all linked classes can be preloadedNikita Popov2019-12-101-2/+2
* | Fix buildNikita Popov2019-12-091-0/+1
* | Export zend_init_func_run_time_cache()Dmitry Stogov2019-12-092-0/+8
* | Call zend_unregister_ini_entries() when unload extension loaded through dl() ...Dmitry Stogov2019-12-091-0/+6
* | Fixed bug #78926: Handle class table reallocation on failed linkNikita Popov2019-12-094-2/+28
* | Use unmangled named in property type inheritance errorNikita Popov2019-12-092-1/+12
* | Fixed bug #78904: Don't call any magic for uninitialized typed propertiesNikita Popov2019-12-096-4/+40
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-12-062-12/+24
|\ \ | |/
| * Fix constant evaluation of && and ||Nikita Popov2019-12-062-12/+24
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-12-042-3/+3
|\ \ | |/
| * 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 #78898Nikita Popov2019-12-042-5/+41
* | Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2019-11-252-0/+39
|\ \ | |/
| * Fixed bug #78868 (Calling __autoload() with incorrect EG(fake_scope) value)Dmitry Stogov2019-11-252-0/+39