summaryrefslogtreecommitdiff
path: root/Zend/zend_gc.c
Commit message (Expand)AuthorAgeFilesLines
* - 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