summaryrefslogtreecommitdiff
path: root/Zend/zend_inheritance.h
Commit message (Expand)AuthorAgeFilesLines
* Added Inheritance Cache.Dmitry Stogov2021-02-091-2/+5
* Replace zend_bool uses with boolNikita Popov2021-01-151-2/+2
* Improve type declarations for Zend APIsGeorge Peter Banyard2020-08-281-1/+1
* Merge branch 'PHP-7.4'Nikita Popov2019-09-121-1/+1
|\
| * Allow throwing exception while loading parent classNikita Popov2019-09-121-1/+1
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-06-271-2/+5
|\ \ | |/
| * Avoid double checks on early bindingDmitry Stogov2019-06-271-2/+5
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-06-251-1/+1
|\ \ | |/
| * Keep lowercased parent class name as second argument of DECLARE_CLASS to avoi...Dmitry Stogov2019-06-251-1/+1
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-111-1/+1
|\ \ | |/
| * Register class before fetching parentNikita Popov2019-06-111-1/+1
* | Merge branch 'PHP-7.4'Nikita Popov2019-05-241-0/+1
|\ \ | |/
| * Avoid early-binding on unresolved typesNikita Popov2019-05-241-0/+1
* | 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
* | Adios, yearly copyright rangesZeev Suraski2019-01-301-1/+1
* | Remove support for legacy constructorsNikita Popov2019-01-291-1/+0
|/
* Implement typed propertiesNikita Popov2019-01-111-0/+1
* Update email addresses. We're still @Zend, but future proofing it...Zeev Suraski2018-11-011-2/+2
* Cleanup class linkingDmitry Stogov2018-08-271-4/+2
* Move zend_verify_abstract_class() into zend_inheritance.cDmitry Stogov2018-08-271-0/+1
* Perform "early-binding" directly during compilationDmitry Stogov2018-08-241-1/+0
* Keep information about unresolved interfaces in zend_class_entry->interface_...Dmitry Stogov2018-08-231-1/+1
* Replace zend_class_entry->traits by persistent zend_class_entry->trait_names.Dmitry Stogov2018-08-231-1/+0
* year++Xinchen Hui2018-01-021-1/+1
* further sync for vim mode linesAnatol Belski2017-07-041-0/+2
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* Deprecate PHP 4 constructorsAndrea Faulds2015-03-311-0/+2
* bump yearXinchen Hui2015-01-151-1/+1
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-6/+6
* Added missed mod strXinchen Hui2014-09-201-0/+7
* Split inheritance into separate fileNikita Popov2014-09-191-0/+39