summaryrefslogtreecommitdiff
path: root/Zend/zend_iterators.h
Commit message (Collapse)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* Fixed bug #63236 (Executable permission on various source files)Xinchen Hui2012-10-091-0/+0
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* - MFH as discussedMarcus Boerger2006-05-091-6/+3
| | | | | | | | | | | | | | | | | | | | | . 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 2006Andi Gutmans2006-01-041-1/+1
|
* Bump up the yearfoobar2005-08-031-1/+1
|
* - no unneccessary retval initializationMarcus Boerger2004-04-271-0/+3
| | | | | | - new c-level iterator handler invalidate_current that is optionally used to clear internal caching like in implementation of Iterator
* Rename hasMore() to valid() as discussed. (Part II)Marcus Boerger2004-03-081-3/+3
|
* more EXTERN_C wrapping of ZEND_API prototypesHartmut Holzgraefe2004-02-201-0/+2
|
* Respect proeprty visibility in foreachMarcus Boerger2004-01-251-0/+1
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* Update Iterators: Call next at the correct point in time.Marcus Boerger2003-11-071-1/+2
|
* Fix class/iterator relationship & handlingMarcus Boerger2003-10-181-1/+1
|
* Change order: Optional rewind() to end of structureMarcus Boerger2003-10-181-3/+3
|
* Added c-api for iteratorsMarcus Boerger2003-10-171-0/+89
# After 4 Month work and endless discussions...