summaryrefslogtreecommitdiff
path: root/Zend/zend_execute.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4'Dmitry Stogov2019-05-301-10/+0
|\
| * Disable "bad" optimisations only for emulation loopDmitry Stogov2019-05-301-10/+0
* | Remove get() object handlerNikita Popov2019-05-291-36/+0
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-05-291-0/+40
|\ \ | |/
| * zend_assign_to_variable() optimizationDmitry Stogov2019-05-291-0/+40
| * zend_do_fcall_overloaded() doesn't have to be exportedDmitry Stogov2019-05-291-1/+1
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-05-151-2/+2
|\ \ | |/
| * Removed ability to compile PHP without EX(run_time_cache). ZEND_EX_USE_RUN_TI...Dmitry Stogov2019-05-151-2/+2
* | Merge branch 'PHP-7.4'Peter Kokot2019-05-091-44/+0
|\ \ | |/
| * Remove unused functionsPeter Kokot2019-05-091-44/+0
* | Merge branch 'PHP-7.4'Peter Kokot2019-05-081-9/+0
|\ \ | |/
| * Remove unused functionsPeter Kokot2019-05-081-9/+0
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-04-221-0/+3
|\ \ | |/
| * Add gcc global register for aarch64CrazyMiaoo2019-04-221-0/+3
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-04-151-0/+35
|\ \ | |/
| * Removed tests that always (or almost always) trueDmitry Stogov2019-04-151-0/+35
| * Backported call frame initialization improvementDmitry Stogov2019-04-121-12/+19
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-04-121-6/+6
|\ \ | |/
| * Replace "ZEND_CALL_CTOR" hack by additional live-rangeDmitry Stogov2019-04-121-6/+6
* | Simplify call frame initializationDmitry Stogov2019-04-111-12/+19
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-04-091-2/+2
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2019-04-091-2/+2
| |\
* | \ Merge branch 'PHP-7.4'Joe Watkins2019-04-051-1/+1
|\ \ \ | |/ /
| * | typoMarkus Staab2019-04-051-1/+1
* | | Merge branch 'PHP-7.4'Dmitry Stogov2019-04-051-0/+20
|\ \ \ | |/ /
| * | Optimized "smart branch" instructionsDmitry Stogov2019-04-051-0/+20
* | | Make zpp failures always throw, independent of strict_typesNikita Popov2019-03-111-1/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2019-03-011-1/+10
|\ \ \ | |/ /
| * | Fix out-dated docs and typoc9s2019-03-011-1/+10
* | | Merge branch 'PHP-7.4'Nikita Popov2019-02-201-0/+1
|\ \ \ | |/ /
| * | Use "modify" error message for FUNC_ARG fetch as wellNikita Popov2019-02-201-0/+1
* | | Merge branch 'PHP-7.4'Peter Kokot2019-02-181-1/+1
|\ \ \ | |/ /
| * | Fix typos in code comments in Zend/ [skip ci]Tyson Andre2019-02-181-1/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2019-02-141-2/+2
|\ \ \ | |/ /
| * | Fix build without global regsNikita Popov2019-02-141-2/+2
* | | Merge branch 'PHP-7.4'Nikita Popov2019-02-141-33/+5
|\ \ \ | |/ /
| * | Fixed bug #75921David Walker2019-02-141-33/+5
* | | Merge branch 'PHP-7.4'Dmitry Stogov2019-02-121-9/+22
|\ \ \ | |/ /
| * | More accurate handling of global registers (allow VM with single global regis...Dmitry Stogov2019-02-121-9/+22
* | | Don't silence fatal errors with @Nikita Popov2019-02-111-1/+2
* | | Merge branch 'PHP-7.4'Nikita Popov2019-02-081-0/+2
|\ \ \ | |/ /
| * | Fix double free if post inc of typed property throwsNikita Popov2019-02-081-0/+2
* | | Remove ZEND_OVERLOADED_FUNCTION and corresponding call_method object handlerDmitry Stogov2019-02-071-37/+0
* | | Refactor zend_object_handlers API to pass zend_object* and zend_string* inste...Dmitry Stogov2019-02-041-45/+51
* | | Merge branch 'PHP-7.4'Peter Kokot2019-02-031-10/+0
|\ \ \ | |/ /
| * | Remove local variablesPeter Kokot2019-02-031-10/+0
* | | Remove bareword fallback for constantsNikita Popov2019-01-311-17/+3
* | | Remove support for case-insensitive constantsNikita Popov2019-01-311-55/+3
* | | Merge branch 'PHP-7.4'Nikita Popov2019-01-311-2/+1
|\ \ \ | |/ /
| * | Revert "Don't silence fatal errors with @"Nikita Popov2019-01-311-2/+1