summaryrefslogtreecommitdiff
path: root/ext/spl/spl_dllist.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #70169 (Use After Free Vulnerability in unserialize() with SplDoubl...Stanislav Malyshev2015-08-011-12/+13
* Fixed Bug #67538 (SPL Iterators use-after-free)Xinchen Hui2014-07-241-2/+5
* Bump yearXinchen Hui2014-01-031-1/+1
* Reduce (some) compile noise of 'unused variable' and 'may be used uninitializ...Christopher Jones2013-08-141-1/+1
* Merge branch 'PHP-5.3' into PHP-5.4Etienne Kneuss2013-03-161-1/+1
|\
| * Remove spurious int cast in between two longsEtienne Kneuss2013-03-161-1/+1
| * Happy New Year~Xinchen Hui2013-01-011-1/+1
| * Fix #62432 ReflectionMethod random corrupt memory on high concurrentJohannes Schlüter2012-06-271-1/+1
| * - Year++Felipe Pena2012-01-011-1/+1
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-2/+2
| * - Year++Felipe Pena2011-01-011-1/+1
| * - Added missing void arg checksFelipe Pena2010-11-141-0/+24
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | - Year++Felipe Pena2012-01-011-1/+1
* | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-2/+2
* | Fix crashEtienne Kneuss2011-07-121-2/+2
* | Fix #48860 Implement Serialization for DLLEtienne Kneuss2011-07-121-1/+117
* | - Year++Felipe Pena2011-01-011-1/+1
* | - Added missing void arg checksFelipe Pena2010-11-141-0/+24
* | Added caches to eliminate repeatable run-time bindings of functions, classes,...Dmitry Stogov2010-05-241-2/+4
|/
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Fix several recursion problems when var_dump'ing self-referencing objectsEtienne Kneuss2009-08-131-24/+34
* Addref on clone as wellEtienne Kneuss2009-08-021-0/+1
* MFH:Felipe Pena2009-07-041-14/+17
* MFH Add SplDoublyLinkedList::prev() and fix a memory leak when the iterator p...Scott MacVicar2009-06-171-0/+12
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-4/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+4
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-4/+0
* - MFH: Fixed bug #46160 (SPL - Memory leak when exception is throwed in offse...Felipe Pena2008-09-231-0/+2
* MFH: First part of count/handlers related fixesEtienne Kneuss2008-07-061-2/+22
* MFH: Implements C arrays wrapperEtienne Kneuss2008-06-061-24/+9
* MFH: Add debug_info handler to SplDoublyLinkedList/Stack/Queue to make them v...Etienne Kneuss2008-02-191-1/+47
* MFH: Provide ctod/dtor with TSRMEtienne Kneuss2008-02-111-31/+30
* MFH: cosmeticsEtienne Kneuss2008-02-111-26/+26
* MFH: -Pointer doesn't move if we're moving forward and shifting at the same timeEtienne Kneuss2008-01-271-1/+2
* MFH: Iterator implementation in SplDoublyLinkedList, SplStack, SplQueueEtienne Kneuss2008-01-261-36/+110
* MFH: Typos (Dan Scott)Etienne Kneuss2008-01-221-25/+76
* MFH: Fix mem errorsEtienne Kneuss2008-01-201-25/+35
* MFH: fix win buildRob Richards2008-01-151-10/+24
* Fix ZTS build, fix testsEtienne Kneuss2008-01-151-4/+4
* MFH: Implement splDoublyLinkedList, splQueue, splStack classes in SPLEtienne Kneuss2008-01-151-0/+1010