Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use zend_string* for op_array->arg_info[]->name and ↵ | Dmitry Stogov | 2014-12-03 | 1 | -16/+41 | |
| | | | | op_array->arg_info[]->class_name. For internal functions we still use char*. | |||||
* | Fix #68185 - Inconsistent insteadof definition | Julien Pauli | 2014-11-21 | 1 | -1/+1 | |
| | ||||||
* | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-19 | 1 | -2/+2 | |
| | ||||||
* | Improved object property access. | Dmitry Stogov | 2014-11-06 | 1 | -7/+10 | |
| | ||||||
* | fix datatype mismatches | Anatol Belski | 2014-10-27 | 1 | -1/+1 | |
| | ||||||
* | 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. |