summaryrefslogtreecommitdiff
path: root/Zend/zend_execute_API.c
Commit message (Expand)AuthorAgeFilesLines
* Allow throwing exception while loading parent classNikita Popov2019-09-121-0/+1
* Only allow "nearly linked" classes for parent/interfaceNikita Popov2019-09-111-2/+6
* Add missed mutability checkNikita Popov2019-08-281-1/+1
* Destroy error handlers before final GC runNikita Popov2019-08-281-16/+15
* Fixed bug #78335Nikita Popov2019-08-281-48/+45
* Fixed bug #78396Nikita Popov2019-08-121-0/+1
* Fixed bug #78239Nikita Popov2019-07-031-0/+1
* Clarify #if indentation in time limit implemementationNikita Popov2019-07-011-21/+16
* Fixed use-after-freeDmitry Stogov2019-06-281-0/+2
* Change indexing scheme for symtable_cacheNikita Popov2019-06-201-7/+6
* Support full variance if autoloading is usedNikita Popov2019-06-111-1/+3
* Better hot/cold code splittingDmitry Stogov2019-05-311-14/+0
* Mark "cold" functionsDmitry Stogov2019-05-291-2/+2
* Accept flags argument in zend_lookup_class_ex()Nikita Popov2019-05-271-7/+7
* Forbid use of not fully linked classesNikita Popov2019-05-231-1/+5
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-05-151-7/+21
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-05-151-7/+21
| |\
| | * Fixed bug #76980Nikita Popov2019-05-151-7/+21
| | * Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
| * | Future-proof email addressesZeev Suraski2018-11-011-3/+3
* | | execute_data->return_value is not used for internal functionsDmitry Stogov2019-04-161-1/+0
* | | Backported call frame initialization improvementDmitry Stogov2019-04-121-4/+13
* | | Suppress warnings using zend_quiet_writeNikita Popov2019-04-111-1/+1
* | | Use fastcall calling conventionDmitry Stogov2019-04-021-1/+1
* | | zend_weakrefsJoe Watkins2019-03-121-0/+5
* | | Change the way timer queue timer is deletedAnatol Belski2019-02-121-2/+2
* | | Remove local variablesPeter Kokot2019-02-031-10/+0
* | | Adios, yearly copyright rangesZeev Suraski2019-01-301-1/+1
* | | Implemented preloading RFC: https://wiki.php.net/rfc/preload.Dmitry Stogov2018-11-141-0/+43
* | | Update email addresses. We're still @Zend, but future proofing it...Zeev Suraski2018-11-011-3/+3
* | | Immutable clases and op_arrays.Dmitry Stogov2018-10-171-3/+1
* | | Allocate only necessary space for static properties of internal classes in ZT...Dmitry Stogov2018-10-011-0/+3
* | | Drop unused variableNikita Popov2018-09-181-1/+0
* | | Use different loop terminating conditionsDmitry Stogov2018-09-171-3/+3
* | | Perform final GC before the object store is freedNikita Popov2018-09-171-8/+10
* | | Remove unused ZEND_FILE_LINE in i_zval_ptr_dtorNikita Popov2018-09-161-1/+1
* | | Move zend_verify_abstract_class() into zend_inheritance.cDmitry Stogov2018-08-271-59/+0
* | | Change zend_lookup_class_ex() and zend_fetch_class_by_name() prototypes to ac...Dmitry Stogov2018-08-221-3/+3
|/ /
* | Pack zend_constant.flags and zend_constant.module_number into reserved space ...Dmitry Stogov2018-07-261-2/+2
* | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* | Fixed typoDmitry Stogov2018-07-191-2/+2
* | Improved "Fast Shutdown".Dmitry Stogov2018-07-171-19/+7
* | Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-2/+2
* | API cleanup. Removed unused functions (kept compatibility macros).Dmitry Stogov2018-07-041-17/+0
* | Lazy function copying from op_cache SHM into process memoryDmitry Stogov2018-06-251-3/+4
* | Merge branch 'PHP-7.2'Nikita Popov2018-06-221-0/+1
|\ \ | |/
| * Fixed bug #76520Nikita Popov2018-06-221-0/+1
| * year++Xinchen Hui2018-01-021-1/+1
* | Removed "dead" code (zend_hash_update() never fails)Dmitry Stogov2018-06-011-4/+8
* | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-12/+12