summaryrefslogtreecommitdiff
path: root/ext/spl/spl_heap.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-2/+2
* | | master renames phase 1Anatol Belski2014-08-251-27/+27
* | | more fixes to ext/splAnatol Belski2014-08-201-2/+2
* | | mostly fixes to spl, but also some otherAnatol Belski2014-08-171-7/+7
* | | fix macros in the 5 basic extensionsAnatol Belski2014-08-161-18/+18
* | | Use reference counting instead of zval duplicationDmitry Stogov2014-06-051-3/+3
* | | Make they are in the same style of Z_ISREFXinchen Hui2014-05-031-10/+10
* | | Combine HashTable.flags and HashTable.nApplyCount into single 32-bit wordDmitry Stogov2014-04-211-1/+1
* | | Fix ZTS buildNikita Popov2014-04-091-1/+1
* | | Fixed destruction of objects and iterators on unclean request shutdown and GC...Dmitry Stogov2014-04-091-7/+4
* | | Refactored GC (incomplete)Dmitry Stogov2014-03-191-0/+1
* | | Should not release container before dupXinchen Hui2014-03-151-3/+2
* | | Refactor Spl_Heap to fixed bug after default_properties changeXinchen Hui2014-03-151-61/+63
* | | Fixed SplPriorityQueue's free_objXinchen Hui2014-03-011-1/+3
* | | Fixed refcount handlingXinchen Hui2014-02-281-5/+11
* | | Revert "Move zend_objects_store_put out of zend_object_std_init"Xinchen Hui2014-02-281-1/+0
* | | Move zend_objects_store_put out of zend_object_std_initXinchen Hui2014-02-281-0/+1
* | | Fixed object creating (std_init calls store_put now)Xinchen Hui2014-02-271-2/+0
* | | Refactoring zend_iterator (incompleted)Xinchen Hui2014-02-271-35/+26
* | | Fixed iterators API. zend_iterator_init() has to be used in each get_iterator...Dmitry Stogov2014-02-261-0/+6
* | | Use better data structures (incomplete)Xinchen Hui2014-02-191-2/+2
* | | Use better data structures (incomplete)Dmitry Stogov2014-02-171-11/+10
* | | Use better data structures (incomplete)Xinchen Hui2014-02-161-200/+183
|/ /
* | Bump yearXinchen Hui2014-01-031-1/+1
* | Standardized usage of zpp_none and the order of the comparison zpp(...) == FA...Levi Morrison2013-10-111-7/+7
|/
* Add support for non-scalar Iterator keys in foreachNikita Popov2013-03-121-3/+2
* Happy New YearXinchen Hui2013-01-011-1/+1
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-05-241-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
* | - 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
* | Added caches to eliminate repeatable run-time bindings of functions, classes,...Dmitry Stogov2010-05-241-2/+5
|/
* 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