summaryrefslogtreecommitdiff
path: root/Zend/zend_execute.h
Commit message (Expand)AuthorAgeFilesLines
* Cleanup SPL autoload implementationNikita Popov2020-06-101-0/+3
* micro-optimizationDmitry Stogov2020-06-051-12/+12
* Improve error message for deprecated methodsMáté Kocsis2020-05-141-0/+1
* zend_timeout is not a signal handler functionAlex Dowad2020-05-121-1/+1
* Make type error messages more consistentMáté Kocsis2020-02-171-0/+2
* Add static return typeNikita Popov2020-02-171-0/+2
* Basic JIT support for verify returnNikita Popov2020-02-071-0/+2
* We don't need "safe" destruction anymoreDmitry Stogov2020-01-311-16/+2
* Move undefined constant error into get_constant_exNikita Popov2020-01-101-1/+0
* Merge branch 'PHP-7.4'Dmitry Stogov2019-12-091-0/+1
|\
| * Export zend_init_func_run_time_cache()Dmitry Stogov2019-12-091-0/+1
* | JIT: Handle typed refs in assign dimNikita Popov2019-10-231-0/+1
* | Pass cache slot when printing type errorsNikita Popov2019-10-171-1/+1
* | Change representation of zend_type from type code to MAY_BE_* maskNikita Popov2019-09-231-0/+5
* | Simplify TMP/VAR operand releasingDmitry Stogov2019-07-241-4/+1
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-06-211-2/+0
|\ \ | |/
| * CleanupDmitry Stogov2019-06-211-3/+0
* | Don't verify arginfo types for internal functionsNikita Popov2019-06-171-1/+0
* | Constify some char* arguments or return values of ZEND_APItwosee2019-06-121-4/+4
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-05-291-48/+25
|\ \ | |/
| * zend_assign_to_variable() optimizationDmitry Stogov2019-05-291-48/+25
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-05-291-1/+1
|\ \ | |/
| * Mark "cold" functionsDmitry Stogov2019-05-291-1/+1
| * zend_do_fcall_overloaded() doesn't have to be exportedDmitry Stogov2019-05-291-2/+0
* | Remove set() object handlerNikita Popov2019-05-291-5/+0
* | Merge branch 'PHP-7.4'Nikita Popov2019-05-271-1/+1
|\ \ | |/
| * Accept flags argument in zend_lookup_class_ex()Nikita Popov2019-05-271-1/+1
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-05-151-6/+6
|\ \ | |/
| * Removed ability to compile PHP without EX(run_time_cache). ZEND_EX_USE_RUN_TI...Dmitry Stogov2019-05-151-6/+6
| * Backported call frame initialization improvementDmitry Stogov2019-04-121-13/+8
* | Simplify call frame initializationDmitry Stogov2019-04-111-13/+8
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-04-091-23/+16
|\ \ | |/
| * Eliminated check for assignment to itselfDmitry Stogov2019-04-091-23/+16
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-04-091-7/+6
|\ \ | |/
| * Micro-optimizationDmitry Stogov2019-04-091-7/+6
| * Use fastcall calling conventionDmitry Stogov2019-04-021-1/+1
* | Use fastcall calling conventionDmitry Stogov2019-04-021-1/+1
* | Remove ZEND_OVERLOADED_FUNCTION and corresponding call_method object handlerDmitry Stogov2019-02-071-2/+0
* | Refactor zend_object_handlers API to pass zend_object* and zend_string* inste...Dmitry Stogov2019-02-041-1/+1
|/
* Remove local variablesPeter Kokot2019-02-031-10/+0
* Adios, yearly copyright rangesZeev Suraski2019-01-301-1/+1
* Use fastcall calling conventionDmitry Stogov2019-01-151-5/+5
* Removed missed and unused function declarationDmitry Stogov2019-01-151-2/+0
* Implement typed propertiesNikita Popov2019-01-111-1/+78
* Merge branch 'PHP-7.3'Dmitry Stogov2018-12-261-0/+1
|\
| * Respect EG(vm_stack_page_size)Dmitry Stogov2018-12-261-0/+1
| * Future-proof email addressesZeev Suraski2018-11-011-3/+3
* | Update email addresses. We're still @Zend, but future proofing it...Zeev Suraski2018-11-011-3/+3
* | Move zend_verify_abstract_class() into zend_inheritance.cDmitry Stogov2018-08-271-1/+0
* | Change zend_lookup_class_ex() and zend_fetch_class_by_name() prototypes to ac...Dmitry Stogov2018-08-221-2/+2
|/