summaryrefslogtreecommitdiff
path: root/Zend/zend_iterators.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change destructor implementation (details will follow on internals@)Zeev Suraski2004-02-041-2/+2
* Respect proeprty visibility in foreachMarcus Boerger2004-01-251-5/+9
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
* Fix memleakMarcus Boerger2003-11-291-0/+2
* Don't use zend_class_entry indirectionMarcus Boerger2003-11-101-10/+2
* Need to update iterators handler table too.Marcus Boerger2003-11-101-3/+4
* Fallback to old behavior until we have a default iterator that respectsMarcus Boerger2003-10-181-1/+2
* Added c-api for iteratorsMarcus Boerger2003-10-171-0/+107