Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Allocate copies of internal functions inherited in user classes at ↵ | Dmitry Stogov | 2014-09-23 | 1 | -9/+32 | |
| | | | | CG(arena), instead of permanent heap (malloc). | |||||
* | Add smart_str_append for appending zend_strings | Nikita Popov | 2014-09-21 | 1 | -4/+4 | |
| | | | | Also replaces usages in Zend/ and ext/standard | |||||
* | Use smart_str in get_function_declaration | Nikita Popov | 2014-09-21 | 1 | -101/+56 | |
| | | | | Instead of custom smart string implementation | |||||
* | Added missed mod str | Xinchen Hui | 2014-09-20 | 1 | -0/+7 | |
| | ||||||
* | Split inheritance into separate file | Nikita Popov | 2014-09-19 | 1 | -0/+1574 | |
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. |