summaryrefslogtreecommitdiff
path: root/ext/spl/spl_heap.c
Commit message (Expand)AuthorAgeFilesLines
* Happy New Year~Xinchen Hui2013-01-011-1/+1
* Fix #62432 ReflectionMethod random corrupt memory on high concurrentJohannes Schlüter2012-06-271-1/+1
* Fixed bug #62073 (Different ways of iterating over an SplMaxHeap result in di...Reeze Xia2012-05-231-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* - Revert of revision 306542, turns out the semantics of compare() are Gustavo André dos Santos Lopes2010-12-211-1/+1
* - Fixed bug #53588 (SplMinHeap bad sorting with custom compareGustavo André dos Santos Lopes2010-12-211-1/+1
* - Added missing void arg checksFelipe Pena2010-11-141-0/+23
* 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-25/+36
* MFH:Felipe Pena2009-07-041-20/+23
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFHDavid Coallier2008-11-221-2/+2
* - 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: Fix clone + add testsEtienne Kneuss2008-08-031-0/+6
* MFH: Remove cast and fix mem errorsEtienne Kneuss2008-08-031-2/+3
* MFH: First part of count/handlers related fixesEtienne Kneuss2008-07-061-5/+24
* MFH: Also register the get_iterator handler for Max/Min HeapEtienne Kneuss2008-05-241-0/+3
* MFH: Fix #44288 (Move declarations)Etienne Kneuss2008-02-291-3/+6
* MFH: Fix foldingEtienne Kneuss2008-02-251-0/+2
* MFH: SplHeap, SplMinHeap, SplMaxHeap, SplPriorityQueue implementationEtienne Kneuss2008-02-251-0/+1192