Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | - MFH as discussed | Marcus Boerger | 2006-05-09 | 1 | -6/+5 |
| | | | | | | | | | | | | | | | | | | | | | . zend_exception_get_default() -> zend_exception_get_default(TSRMLS_D) . zend_get_error_exception() -> zend_get_error_exception(TSRMLS_D) . added E_RECOVERABLE_ERROR . added ZEND_TOSTRING_FUNC_NAME . added __tostring function cache to zend_class_entry . added ZEND_NAMED_ME . modified ZEND_ME_MAPPING to support method flags . added ZEND_MN . method entries now use prefix "zim_" instead of "zif_" . drop EG(ze1_compatibility_mode) . changed cast handler, now without (int should_free): typedef int (*zend_object_cast_t)(zval *readobj, zval *retval, int type TSRMLS_DC); . changed get_iterator, now receives whether value is by ref: zend_object_iterator *(*get_iterator)(zend_class_entry *ce, zval *object, int by_ref TSRMLS_DC); . added zend_objects_store_add_ref_by_handle . added zend_objects_store_del_ref_by_handle . convert_to_explicit_type(pzv, type) | ||||
* | - Update copyright notices to 2006 | Andi Gutmans | 2006-01-04 | 1 | -1/+1 |
| | |||||
* | Bump up the year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | Add count_elements handler for overloaded objects. | Wez Furlong | 2004-05-04 | 1 | -1/+2 |
| | |||||
* | dtor's may not be called from free_storage handlers | Marcus Boerger | 2004-02-14 | 1 | -2/+2 |
| | |||||
* | Fix warnings | Marcus Boerger | 2004-02-04 | 1 | -1/+1 |
| | |||||
* | Change destructor implementation (details will follow on internals@) | Zeev Suraski | 2004-02-04 | 1 | -2/+2 |
| | |||||
* | Respect proeprty visibility in foreach | Marcus Boerger | 2004-01-25 | 1 | -5/+9 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -1/+1 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | Fix memleak | Marcus Boerger | 2003-11-29 | 1 | -0/+2 |
| | |||||
* | Don't use zend_class_entry indirection | Marcus Boerger | 2003-11-10 | 1 | -10/+2 |
| | |||||
* | Need to update iterators handler table too. | Marcus Boerger | 2003-11-10 | 1 | -3/+4 |
| | |||||
* | Fallback to old behavior until we have a default iterator that respects | Marcus Boerger | 2003-10-18 | 1 | -1/+2 |
| | | | | | visibility we do the array trick. | ||||
* | Added c-api for iterators | Marcus Boerger | 2003-10-17 | 1 | -0/+107 |
# After 4 Month work and endless discussions... |