summaryrefslogtreecommitdiff
path: root/ext/spl/spl_heap.c
Commit message (Expand)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-021-1/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Fixed compilation warningsDmitry Stogov2016-06-221-6/+8
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* | Fixed bug #70573 (Cloning SplPriorityQueue leads to memory leaks)Dmitry Stogov2015-09-241-6/+0
* | Get rid of ZVAL_ZVAL() macro usages. Replace them with more clear and optimal...Dmitry Stogov2015-07-011-5/+10
* | Fix more proto commentsRasmus Lerdorf2015-06-231-3/+3
* | Fix memory leak (double copy) in SplPriorityQueueBob Weinand2015-06-191-4/+0
* | Support references in convert_to_*Nikita Popov2015-06-161-3/+1
* | Merge branch 'PHP-5.6'Stanislav Malyshev2015-06-011-1/+2
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-06-011-1/+2
| |\
| | * Fix bug #69737 - Segfault when SplMinHeap::compare produces fatal errorStanislav Malyshev2015-06-011-1/+2
| | * Bump yearXinchen Hui2015-01-151-1/+1
| | * Bump yearXinchen Hui2014-01-031-1/+1
| * | bump yearXinchen Hui2015-01-151-1/+1
* | | Add GC support to SPL heap and PQNikita Popov2015-04-151-17/+15
* | | Use object apply count in var_dump / print_rNikita Popov2015-04-151-35/+23
* | | Remove unnecessary retval members in SPLNikita Popov2015-04-151-7/+2
* | | Move zend_object->guards into additional slot of zend_object->properties_tabl...Dmitry Stogov2015-02-041-1/+1
* | | bump yearXinchen Hui2015-01-151-1/+1
* | | trailing whitespace removalStanislav Malyshev2015-01-101-17/+17
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-91/+91
* | | fix the comparison return valueAnatol Belski2014-10-291-3/+3
* | | fix datatype mismatchAnatol Belski2014-10-291-6/+6
* | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | | implement #67886Julien Pauli2014-08-261-1/+37
* | | 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
|/ /