summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Allow throwing exception while loading parent classNikita Popov2019-09-1215-46/+223
* Improve "already declared" error messageNikita Popov2019-09-112-6/+17
* Fix typo in unlinked_instanceof assertionNikita Popov2019-09-111-1/+1
* Only allow "nearly linked" classes for parent/interfaceNikita Popov2019-09-116-9/+47
* new_variable '{' expr '}' is deprecated as wellChristoph M. Becker2019-09-092-1/+2
* Fixed bug #78502Nikita Popov2019-09-062-8/+40
* Revert "Microoptimization (avoid code duplication)"Dmitry Stogov2019-09-052-18/+24
* Microoptimization (avoid code duplication)Dmitry Stogov2019-09-052-24/+18
* Remove HOT attribute from some VM handlers. Comparisons almost always followe...Dmitry Stogov2019-09-053-30/+33
* Improve exception handling for abstract/deprecated callsNikita Popov2019-09-045-53/+119
* Fix handling of abstract/deprecated exceptionNikita Popov2019-09-044-29/+42
* Report false for inherited private methods in method_exists()Nikita Popov2019-09-033-11/+13
* Free two bits in fn_flags by merging ZEND_ACC_HEAP_RT_CACHE/ZEND_ACC_USER_ARG...Dmitry Stogov2019-09-024-7/+9
* Fixed information about unused flagsDmitry Stogov2019-09-021-2/+2
* Reenable alloca support on ZTSNikita Popov2019-08-301-1/+1
* 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