summaryrefslogtreecommitdiff
path: root/Zend/zend_gc.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed GC for inner-loops (ext/standard/tests/array/compact_variation1.phpt).Dmitry Stogov2014-08-071-1/+109
* Fixed GC (Zend/tests/bug63635.phpt)Dmitry Stogov2014-08-061-6/+13
* C89 compatAnatol Belski2014-05-131-1/+2
* CleanupDmitry Stogov2014-04-161-6/+0
* Fixed nested GC calls (valgrind error in Zend/tests/gc_016.phpt)Dmitry Stogov2014-04-141-7/+23
* Fixed destruction of objects and iterators on unclean request shutdown and GC...Dmitry Stogov2014-04-091-14/+39
* Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), ...Dmitry Stogov2014-04-031-20/+2
* Changed data layout to allow more efficient operationsDmitry Stogov2014-04-021-77/+77
* Refactored IS_INDIRECT usage for CV and object properties to support HashTabl...Dmitry Stogov2014-03-261-1/+1
* don't mark zvals as rotts if they are already processed by GCDmitry Stogov2014-03-211-1/+1
* check if object store was freed before accessing particular objectDmitry Stogov2014-03-201-3/+3
* Improved GC compatibilityDmitry Stogov2014-03-201-7/+23
* GC cleanupDmitry Stogov2014-03-191-10/+4
* GC cleanupDmitry Stogov2014-03-191-75/+35
* GC related fixDmitry Stogov2014-03-191-0/+2
* Refactored GC (incomplete)Dmitry Stogov2014-03-191-532/+362
* Use better data structures (incomplete)Dmitry Stogov2014-02-101-76/+111
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* Fixed bug #63635 (Segfault in gc_collect_cycles)Dmitry Stogov2012-11-291-2/+4
* - Year++Felipe Pena2012-01-011-1/+1
* Fixed bug #60139 (Anonymous functions create cycles not detected by the GC)Dmitry Stogov2011-11-021-228/+154
* - Fixed ZTS buildFelipe Pena2011-04-171-8/+8
* Improved GC to avaid reconstruction of HashTables for object propertiesDmitry Stogov2011-04-151-42/+245
* - Year++Felipe Pena2011-01-011-1/+1
* Fixed GC bugDmitry Stogov2010-09-031-19/+23
* fix #49192 - crash in GC when get_properties handler returns nullStanislav Malyshev2010-04-011-8/+40
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
* Improved GC speed and reduced stack usageDmitry Stogov2009-04-031-94/+183
* Fixed bug #47343 (gc_collect_cycles causes a segfault when called within a de...Dmitry Stogov2009-02-181-1/+1
* Better fix for #47341Dmitry Stogov2009-02-091-6/+6
* - Fixed bug #47341: Calling gc_collect_cycles() with zend.enable_gc=0 causesDerick Rethans2009-02-081-1/+1
* - Year++Felipe Pena2009-01-021-1/+1
* MFB "Disabled $GLOBALS' refcount modification"Arnaud Le Blanc2008-09-141-2/+6
* - Fix issue with destruction of overloaded objectsMarcus Boerger2008-08-241-1/+1
* - Removed some TSRMLS_FETCH()sFelipe Pena2008-08-151-2/+1
* Fixed bug #45434 (circular reference causes segfault in gc_collect_cycles())Dmitry Stogov2008-07-081-10/+6
* fix spellingAntony Dovgal2008-04-291-2/+2
* Fixed GC slowdownDmitry Stogov2008-04-291-21/+14
* - Removed unused variablesFelipe Pena2008-04-241-2/+0
* Speedup GC initializationDmitry Stogov2008-04-111-15/+22
* Improve GC to support garbage created in destructors during objects utilizationDmitry Stogov2008-03-141-12/+29
* Removed commented code and unnecessary inline functionDmitry Stogov2008-03-141-4/+1
* Fixed GC bugDmitry Stogov2008-03-141-19/+80
* Prevented recursive collector invocationDmitry Stogov2008-02-211-1/+3
* Added checks for destoied objectsDmitry Stogov2008-02-201-4/+8
* Fixed GC bugDmitry Stogov2008-02-191-1/+1
* Fixed bug #43918 (Segmentation fault in garbage collector)Dmitry Stogov2008-01-291-21/+38
* Fixed possible GC failure bacause of EG(object_store).object_buckets realloca...Dmitry Stogov2008-01-241-0/+1
* Added garbage collectorDmitry Stogov2008-01-221-0/+516