summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.h
Commit message (Expand)AuthorAgeFilesLines
* Simplify call frame initializationDmitry Stogov2019-04-111-23/+25
* Merge branch 'PHP-7.4'Nikita Popov2019-03-281-2/+4
|\
| * Revert "Switch to bison location tracking"Nikita Popov2019-03-281-2/+4
* | Fix typos in the documentationIvan Enderlin2019-03-261-3/+3
* | Merge branch 'PHP-7.4'Nikita Popov2019-03-211-4/+2
|\ \ | |/
| * Switch to bison location trackingNikita Popov2019-03-211-4/+2
| * Fix shifting signed values too farStanislav Malyshev2019-03-061-1/+1
* | Fix shifting signed values too farStanislav Malyshev2019-03-051-1/+1
* | Merge branch 'PHP-7.4'Nikita Popov2019-03-011-1/+1
|\ \ | |/
| * Fix out-dated docs and typoc9s2019-03-011-1/+1
* | Merge branch 'PHP-7.4'Nikita Popov2019-02-191-15/+17
|\ \ | |/
| * ZEND_COMPILE_EXTENDED_INFO split Currently a tool may not decide between debu...Joe Watkins2019-02-191-16/+18
* | Merge branch 'PHP-7.4'Nikita Popov2019-02-181-0/+3
|\ \ | |/
| * Fixed bug #77633Dmitry Stogov2019-02-181-0/+3
* | Merge branch 'PHP-7.4'Nikita Popov2019-02-151-1/+4
|\ \ | |/
| * Add preloading support for typed propertiesNikita Popov2019-02-151-1/+4
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-02-141-0/+6
|\ \ | |/
| * Fixed bug #77613 (method visibility change) (reverted ZEND_ACC_CTOR and ZEND_...Dmitry Stogov2019-02-141-0/+6
* | Simplify checksDmitry Stogov2019-02-071-5/+4
* | Remove ZEND_OVERLOADED_FUNCTION and corresponding call_method object handlerDmitry Stogov2019-02-071-2/+0
* | Merge branch 'PHP-7.4'Peter Kokot2019-02-031-10/+0
|\ \ | |/
| * Remove local variablesPeter Kokot2019-02-031-10/+0
| * Adios, yearly copyright rangesZeev Suraski2019-01-301-1/+1
* | Remove bareword fallback for constantsNikita Popov2019-01-311-2/+1
* | Remove support for __autoload()Nikita Popov2019-01-301-1/+0
* | Adios, yearly copyright rangesZeev Suraski2019-01-301-1/+1
* | Remove static calls to non-static methodsNikita Popov2019-01-301-4/+0
* | Remove mbstring.func_overloadNikita Popov2019-01-281-3/+0
|/
* Merge branch 'PHP-7.3'Nikita Popov2019-01-241-0/+3
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-01-241-0/+3
| |\
| | * Add flag to disable jumptable optimizationNikita Popov2019-01-241-0/+3
| * | Future-proof email addressesZeev Suraski2018-11-011-2/+2
* | | Implement single-pass live range calculationNikita Popov2019-01-211-0/+5
* | | Implement typed propertiesNikita Popov2019-01-111-2/+15
* | | Stop passing CG(active_op_array) between internal compiler functions.Dmitry Stogov2018-12-071-7/+0
* | | Mark preloaded op_arraysDmitry Stogov2018-12-031-1/+4
* | | Added ZEND_COMPILE_WITHOUT_EXECUTION and ZEND_COMPILE_PRELOAD to determine wh...Dmitry Stogov2018-11-271-0/+6
* | | Fixed issues related to optimization and persitence of classes linked with in...Dmitry Stogov2018-11-141-1/+4
* | | Remove do_bind_inherited_class; use do_bind_classLevi Morrison2018-11-071-2/+1
* | | Update email addresses. We're still @Zend, but future proofing it...Zeev Suraski2018-11-011-2/+2
* | | Mark "top-level" functions.Dmitry Stogov2018-10-191-26/+26
* | | Fixed commentDmitry Stogov2018-10-171-1/+1
* | | Mark "top-level" classesDmitry Stogov2018-10-171-1/+4
* | | Immutable clases and op_arrays.Dmitry Stogov2018-10-171-3/+10
* | | Remove unused backpatch_count fieldNikita Popov2018-10-051-1/+0
* | | typoDmitry Stogov2018-10-021-1/+1
* | | Make ZEND_ACC_IMMUTABLE and ZEND_ACC_HAS_TYPE_HINTS to be common (for functio...Dmitry Stogov2018-10-021-15/+16
* | | Rename ZEND_ACC_NO_RT_ARENA into ZEND_ACC_HEAP_RT_CACHE and use it for pseudo...Dmitry Stogov2018-10-021-1/+3
* | | Replace ZEND_ACC_ANON_BOUND, ZEND_ACC_UNRESOLVED_PARENT and ZEND_ACC_UNRESOLV...Dmitry Stogov2018-09-181-12/+6
* | | Remove HAVE_STDARG_HPeter Kokot2018-09-181-3/+1