summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-08-121-0/+1
|\
| * Intern alias old_name earlyNikita Popov2019-08-121-0/+1
* | Merge branch 'PHP-7.2' into PHP-7.3Xinchen Hui2019-03-141-2/+2
|\ \ | |/
| * Fixed bug #77738 (Nullptr deref in zend_compile_expr)Xinchen Hui2019-03-141-2/+2
* | Fixed compiler warningXinchen Hui2019-02-251-3/+3
* | Merge branch 'PHP-7.2' into PHP-7.3Xinchen Hui2019-02-251-2/+2
|\ \ | |/
| * Fixed bug #77660 (Segmentation fault on break 2147483648)Xinchen Hui2019-02-251-2/+2
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-02-221-1/+23
|\ \ | |/
| * Fixed bug #77652Nikita Popov2019-02-221-1/+23
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-01-291-8/+10
|\ \ | |/
| * Make special assert() handling independent of compiler flagsNikita Popov2019-01-291-8/+10
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-01-281-1/+8
|\ \ | |/
| * Fixed bug #77530: PHP crashes when parsing "(2)::class"ekinhbayar2019-01-281-1/+8
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-01-241-0/+4
|\ \ | |/
| * Add flag to disable jumptable optimizationNikita Popov2019-01-241-0/+4
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-01-041-4/+2
|\ \ | |/
| * Fix self::class inside constant in global scopeNikita Popov2019-01-041-4/+2
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-01-021-0/+7
|\ \ | |/
| * Partial fix for bug #75426Nikita Popov2019-01-021-0/+7
* | Merge branch 'PHP-7.2' into PHP-7.3Dmitry Stogov2018-12-241-0/+8
|\ \ | |/
| * Fixed bug #77339 (__callStatic may get incorrect arguments)Dmitry Stogov2018-12-241-0/+8
* | Fixed bug #77275Nikita Popov2018-12-101-2/+3
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-11-271-1/+4
|\ \ | |/
| * Improve fix for #76046Nikita Popov2018-11-271-1/+4
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-11-271-0/+1
|\ \ | |/
| * Fixed bug #76046Nikita Popov2018-11-271-0/+1
| * Trim trailing whitespace in source code filesPeter Kokot2018-10-131-12/+12
| * year++Xinchen Hui2018-01-021-1/+1
* | Future-proof email addressesZeev Suraski2018-11-011-2/+2
* | Fixed bug #72635Nikita Popov2018-09-291-1/+1
* | Avoid hash lookups in BIND_STATIC and BIND_LEXICAL opcode handlers.Dmitry Stogov2018-08-201-15/+31
* | Removed duplicate code. zend_fetch_dimension_address_LIST_w() was a copy of z...Dmitry Stogov2018-07-301-1/+1
* | Pack zend_constant.flags and zend_constant.module_number into reserved space ...Dmitry Stogov2018-07-261-3/+3
* | Encode parent class name as IS_CONST operand in DECLARE_INHERITED_CLASS and D...Dmitry Stogov2018-07-251-53/+23
* | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* | Deprecate defining a free-standing assert() functionNikita Popov2018-07-211-0/+6
* | Merge zend_class_entry.create_object and zend_class_entry.interface_gets_impl...Dmitry Stogov2018-07-121-1/+0
* | Improved user iterator implementation to reduce zend_class_entry memory consu...Dmitry Stogov2018-07-121-1/+1
* | Changed structure of zend_class_entry.trait_aliases and zend_class_entry.trai...Dmitry Stogov2018-07-111-27/+12
* | Warn if continue is used on switchNikita Popov2018-07-071-6/+31
* | Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-5/+5
* | Fixed bug #76501 (Funny message with fatal error)Kalle Sommer Nielsen2018-07-041-2/+2
* | Another fix for bug #63217Dmitry Stogov2018-07-031-2/+30
* | Partial revert of 30156d588c07e26d4e752ddb62344e96854d4773Dmitry Stogov2018-07-021-0/+1
* | Fixed bug #63217Rudi Theunissen2018-07-021-1/+0
* | Avoid string comparisons for magic methods (all magic methods start with "__")Dmitry Stogov2018-07-021-1/+7
* | Cleanup conditionsDmitry Stogov2018-06-261-9/+1
* | Make FETCH_R/IS, FETCH_DIM_R/IS, FETCH_OBJ_R/IS, FETCH_STATIC_PROP_R/IS retur...Dmitry Stogov2018-06-251-7/+15
* | Lazy function copying from op_cache SHM into process memoryDmitry Stogov2018-06-251-1/+3
* | Fixed bug #75218Nikita Popov2018-06-161-10/+25