summaryrefslogtreecommitdiff
path: root/ext/spl/spl_heap.c
Commit message (Expand)AuthorAgeFilesLines
* Support variable element size in spl heap implementationNikita Popov2019-08-231-122/+125
* Fixed bug #78436Nikita Popov2019-08-231-0/+2
* Replace ZVAL_COPY() and ZVAL_COPY_VALUE() for IS_OBJECT by cheaper macrosDmitry Stogov2019-05-281-2/+4
* Fixed some arg infos to match documentationJaroslav Hanslík2019-05-221-5/+5
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Fix unused variable warningsNikita Popov2018-12-041-2/+2
* Clean up unnecessary ternary expressions and simplify some returnsGabriel Caruso2018-12-031-3/+3
* Fix leaksNikita Popov2018-11-151-8/+10
* Check for zero SplPriorityQueue extract flags earlierNikita Popov2018-11-151-23/+16
* Optimize SplPriorityQueue implementationNikita Popov2018-11-151-58/+71
* Use ZEND_THIS macro to hide implementation details in extensions code.Dmitry Stogov2018-11-151-22/+22
* Replace getThis() by EX(This), when additional check is not necessary.Dmitry Stogov2018-11-141-22/+22
* Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Uze ZVAL_COPY_DEREF() instead of ZVAL_DEREF() and ZVAL_COPY()Dmitry Stogov2018-07-091-10/+5
* Export standard object handlers, to avoid indirect accessDmitry Stogov2018-05-311-3/+3
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-3/+3
* year++Xinchen Hui2018-01-021-1/+1
* Move zend_object_iterator_funcs structures into read-only data segmentDmitry Stogov2017-12-141-2/+2
* Add zend_object_alloc() APINikita Popov2017-11-251-1/+1
* RC manipulation cleanup 2Xinchen Hui2017-11-021-3/+1
* RC manipulation cleanupXinchen Hui2017-11-011-3/+3
* Refactored array creation API. array_init() and array_init_size() are convert...Dmitry Stogov2017-09-201-2/+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