summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Addref static vars when not copying private methodNikita Popov2019-08-292-2/+45
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-08-293-3/+26
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-08-293-3/+26
| |\
| | * Fix use-after-free of immediately invoked closure with extra argsNikita Popov2019-08-293-2/+21
* | | Add missed mutability checkNikita Popov2019-08-281-1/+1
* | | Remove delref in free_object_storageNikita Popov2019-08-281-3/+2
* | | Destroy error handlers before final GC runNikita Popov2019-08-281-16/+15
* | | Fixed bug #78335Nikita Popov2019-08-282-48/+73
* | | Don't specify precedence for T_INC/T_DECNikita Popov2019-08-271-3/+3
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-08-262-0/+32
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-08-262-0/+32
| |\ \ | | |/
| | * Remove properties HT from nested GC dataNikita Popov2019-08-262-0/+30
* | | Don't use needs_live_range hook for "special" live rangesNikita Popov2019-08-262-5/+24
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-08-261-5/+5
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-08-261-5/+5
| |\ \ | | |/
| | * Fix overflow in memory limit checksNikita Popov2019-08-261-5/+5
* | | Fix #78454: Consecutive numeric separators cause OOM errorTheodore Brown2019-08-253-2/+16
* | | Relax closure $this unbinding deprecationNikita Popov2019-08-234-1/+66
* | | Fix arginfo leak when using disabled_classesNikita Popov2019-08-232-4/+15
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-08-212-3/+28
|\ \ \ | |/ /
| * | Fix #78441: Parse error due to heredoc identifier followed by digitChristoph M. Becker2019-08-214-356/+382
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-08-191-2/+18
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-08-191-2/+18
| |\ \ | | |/
| | * Fix #78220: Can't access OneDrive folderChristoph M. Becker2019-08-191-2/+18
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-08-171-0/+20
|\ \ \ | |/ /
| * | Fixed bug #77922Nikita Popov2019-08-172-1/+22
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-08-141-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-08-141-2/+2
| |\ \ | | |/
| | * Fixed bug #78412Nikita Popov2019-08-141-2/+2
| * | Next will be 7.3.10Christoph M. Becker2019-08-131-1/+1
| * | Bump version numbersChristoph M. Becker2019-08-131-1/+1
* | | Fix reference printing in GC tracingNikita Popov2019-08-141-1/+2
* | | Fixed bug #72530Nikita Popov2019-08-1310-46/+99
* | | Remove removed nested data from GC countNikita Popov2019-08-132-14/+18
* | | Don't include non-refcounted structures in GC countNikita Popov2019-08-133-17/+3
* | | Generalize delref assertionNikita Popov2019-08-132-5/+1
* | | Fixed bug #78406Nikita Popov2019-08-131-0/+44
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-08-131-1/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-08-131-1/+2
| |\ \ | | |/
| | * Don't destroy properties array with unset GC typeNikita Popov2019-08-131-1/+2
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-08-121-0/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-08-121-0/+1
| |\ \ | | |/
| | * Intern alias old_name earlyNikita Popov2019-08-121-0/+1
* | | Fixed bug #78396Nikita Popov2019-08-123-0/+20
* | | Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2019-08-092-12/+49
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Dmitry Stogov2019-08-092-12/+49
| |\ \ | | |/
| | * Fixed handling of references in nested data of objects with destructorDmitry Stogov2019-08-092-12/+49
* | | Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2019-08-092-4/+35
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Dmitry Stogov2019-08-092-4/+35
| |\ \ | | |/
| | * Fixed second part of the bug #78379 (Cast to object confuses GC, causes crash)Dmitry Stogov2019-08-092-4/+35