summaryrefslogtreecommitdiff
path: root/Zend/zend_gc.h
Commit message (Expand)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-021-1/+1
* further sync for vim mode linesAnatol Belski2017-07-041-0/+2
* Merge branch 'PHP-7.1'Xinchen Hui2017-02-131-0/+13
|\
| * Fixed bug #73989 (PHP 7.1 Segfaults within Symfony test suite)Xinchen Hui2017-02-131-0/+13
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | Turn IS_TYPE_COLLECTABLE zval flag into GC_COLLECTABLE zend_refcounted flag.Dmitry Stogov2016-10-211-7/+16
|/
* bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* Add support for more debug output during CCNikita Popov2015-04-111-19/+6
* Use fastcall calling convention for most critical ZE subsystems.Dmitry Stogov2015-03-131-2/+2
* Make gc_collect_cycles hookable.Adam Harvey2015-01-231-1/+5
* Revert "Fixed ASSERTION"Dmitry Stogov2015-01-231-1/+1
* Fixed ASSERTIONXinchen Hui2015-01-231-1/+1
* bump yearXinchen Hui2015-01-151-1/+1
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-11/+11
* using pointer to the tsrm ls cache instead of a function callAnatol Belski2014-10-011-1/+1
* reworked the patch, less new stuff but workyAnatol Belski2014-09-251-1/+1
* native tls initial patchkrakjoe2014-09-201-1/+1
* Finally!!! Fixed segfault in GCXinchen Hui2014-09-131-0/+1
* master renames phase 2Anatol Belski2014-08-251-9/+9
* Fixed GC for inner-loops (ext/standard/tests/array/compact_variation1.phpt).Dmitry Stogov2014-08-071-2/+3
* Various VM optimizationsDmitry Stogov2014-04-041-2/+1
* Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), ...Dmitry Stogov2014-04-031-3/+3
* Changed data layout to allow more efficient operationsDmitry Stogov2014-04-021-1/+1
* Fixed GCDmitry Stogov2014-03-201-1/+1
* Refactored GC (incomplete)Dmitry Stogov2014-03-191-28/+20
* Fixed segfault in Zend/tests/008.phptXinchen Hui2014-02-201-0/+6
* Use better data structures (incomplete)Dmitry Stogov2014-02-101-115/+28
* Bump yearXinchen Hui2014-01-031-1/+1
* Fix spelling and correct typo.Carson McDonald2013-06-101-2/+2
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
* - Year++Felipe Pena2009-01-021-1/+1
* - Removed some TSRMLS_FETCH()sFelipe Pena2008-08-151-2/+2
* Speedup GC initializationDmitry Stogov2008-04-111-0/+2
* Improve GC to support garbage created in destructors during objects utilizationDmitry Stogov2008-03-141-0/+1
* Removed commented code and unnecessary inline functionDmitry Stogov2008-03-141-10/+5
* Fixed GC bugDmitry Stogov2008-03-141-10/+5
* Fixed bug #43918 (Segmentation fault in garbage collector)Dmitry Stogov2008-01-291-0/+1
* Fixed GC bugDmitry Stogov2008-01-241-0/+6
* Added garbage collectorDmitry Stogov2008-01-221-0/+245