summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #78589Nikita Popov2019-09-242-2/+19
* Fix #78543: is_callable() on FFI\CData throws ExceptionChristoph M. Becker2019-09-191-5/+10
* Check for exception after calling count_values()Nikita Popov2019-09-172-0/+16
* Monitoring anonymous pages on mac via vmmap tagDavid Carlier2019-09-171-2/+11
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-09-161-2/+2
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-09-161-2/+2
| |\
| | * Fixed bug #78545Nikita Popov2019-09-161-2/+2
| * | PHP 7.3.10RC1 has been taggedChristoph M. Becker2019-09-101-1/+1
* | | Fix test after unserialize changeNikita Popov2019-09-161-10/+1
* | | Fix double-free on invalid large octal with separatorsNikita Popov2019-09-141-48/+29
* | | Define OBJ_PROP_TO_OFFSET() using XtOffsetOf()Nikita Popov2019-09-141-1/+1
* | | Include stddef.h in zend_portability.h for offsetof() macroNikita Popov2019-09-141-17/+13
* | | Fix use-after-free in assign-ref compilationNikita Popov2019-09-131-6/+6
* | | Fixed incorrect usage of QM_ASSIGN instructionDmitry Stogov2019-09-133-13/+18
* | | Fixed bug #78531 (Crash when using undefined variable as objectDmitry Stogov2019-09-134-50/+59
* | | Load string onceDmitry Stogov2019-09-122-14/+14
* | | Eliminate checks using ZEND_CONST_COND() macroDmitry Stogov2019-09-121-6/+6
* | | 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