summaryrefslogtreecommitdiff
path: root/Zend/zend_iterators.c
Commit message (Expand)AuthorAgeFilesLines
* Remove local variablesPeter Kokot2019-02-031-10/+0
* Adios, yearly copyright rangesZeev Suraski2019-01-301-1/+1
* Add dummy get_gc handler for iterator wrapperNikita Popov2019-01-151-1/+9
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Keep initialized object_handlers structures in read-only memory.Dmitry Stogov2018-03-141-1/+1
* year++Xinchen Hui2018-01-021-1/+1
* Encapsulate reference-counting primitives.Dmitry Stogov2017-10-271-1/+1
* further sync for vim mode linesAnatol Belski2017-07-041-0/+2
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Replaced wrong check with proper ZEND_ASSERT()Dmitry Stogov2016-06-081-2/+2
* bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* Get rid of implicit type casting in GC_*() macros in Zend/zend_types.h.Dmitry Stogov2015-08-131-1/+1
* bump yearXinchen Hui2015-01-151-1/+1
* trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-11/+11
* Fixed compilation warningsDmitry Stogov2014-12-121-1/+6
* Remove Z_OBJ_CLASS_NAME_PNikita Popov2014-10-091-1/+0
* Optimized FE_RESET and FE_FETCHDmitry Stogov2014-09-161-21/+5
* dtor handler must be setDmitry Stogov2014-08-211-2/+7
* Cleanup (1-st round)Dmitry Stogov2014-04-151-2/+0
* Fix ZTS buildNikita Popov2014-04-091-1/+1
* Fixed destruction of objects and iterators on unclean request shutdown and GC...Dmitry Stogov2014-04-091-0/+1
* Changed data layout to allow more efficient operationsDmitry Stogov2014-04-021-1/+1
* Add zend_iterator_dtorXinchen Hui2014-02-281-0/+9
* Fixed iterators API. zend_iterator_init() has to be used in each get_iterator...Dmitry Stogov2014-02-261-4/+3
* Generator related fixesDmitry Stogov2014-02-261-1/+3
* Use better data structures (incomplete)Dmitry Stogov2014-02-121-14/+7
* Use better data structures (incomplete)Dmitry Stogov2014-02-101-4/+8
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-091-0/+0
|\
| * 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
* | - Year++Felipe Pena2012-01-011-1/+1
* | Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-3/+1
* | - Year++Felipe Pena2011-01-011-1/+1
* | - Back the free() call for __iterator_wrapper to free the ce->name, as it is ...Felipe Pena2010-08-081-0/+4
* | Use interned strings for class namesDmitry Stogov2010-08-051-2/+0
* | Added a number of small performance tweaks and optimizationsDmitry Stogov2010-04-201-2/+2
|/
* 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/+5
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
* Bump up the yearfoobar2005-08-031-1/+1
* Add count_elements handler for overloaded objects.Wez Furlong2004-05-041-1/+2
* dtor's may not be called from free_storage handlersMarcus Boerger2004-02-141-2/+2
* Fix warningsMarcus Boerger2004-02-041-1/+1