summaryrefslogtreecommitdiff
path: root/Zend/zend_iterators.h
Commit message (Expand)AuthorAgeFilesLines
* Add get_gc handle for object iteratorsNikita Popov2020-07-011-0/+4
* Remove local variablesPeter Kokot2019-02-031-10/+0
* Adios, yearly copyright rangesZeev Suraski2019-01-301-1/+1
* Use zend_class_entry/zend_function type names instead of _zend_class_entry/_z...Dmitry Stogov2018-08-221-6/+6
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Improved user iterator implementation to reduce zend_class_entry memory consu...Dmitry Stogov2018-07-121-1/+0
* year++Xinchen Hui2018-01-021-1/+1
* Move zend_object_iterator_funcs structures into read-only data segmentDmitry Stogov2017-12-141-2/+2
* further sync for vim mode linesAnatol Belski2017-07-041-0/+2
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* bump yearXinchen Hui2015-01-151-1/+1
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-11/+11
* Optimized FE_RESET and FE_FETCHDmitry Stogov2014-09-161-8/+1
* master renames phase 1Anatol Belski2014-08-251-1/+1
* first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-1/+1
* Add zend_iterator_dtorXinchen Hui2014-02-281-0/+1
* Refactoring zend_iterator (incompleted)Xinchen Hui2014-02-271-1/+1
* Fixed iterators API. zend_iterator_init() has to be used in each get_iterator...Dmitry Stogov2014-02-261-1/+1
* Use better data structures (incomplete)Dmitry Stogov2014-02-121-1/+2
* Use better data structures (incomplete)Dmitry Stogov2014-02-101-1/+1
* Bump yearXinchen Hui2014-01-031-1/+1
* Add support for non-scalar Iterator keys in foreachNikita Popov2013-03-121-2/+5
* 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
* - 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
* 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
* 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