Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bump year which is missed in rev 49493a2 | Xinchen Hui | 2016-01-02 | 1 | -1/+1 |
| | |||||
* | Deprecate PHP 4 constructors | Andrea Faulds | 2015-03-31 | 1 | -0/+2 |
| | |||||
* | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | |||||
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -6/+6 |
| | |||||
* | Added missed mod str | Xinchen Hui | 2014-09-20 | 1 | -0/+7 |
| | |||||
* | Split inheritance into separate file | Nikita Popov | 2014-09-19 | 1 | -0/+39 |
This moves handling of inheritance and interface implementation from zend_compile.c into a separate zend_inheritance.c file, as this is not really related to compilation. |