summaryrefslogtreecommitdiff
path: root/Zend/zend_gc.c
Commit message (Expand)AuthorAgeFilesLines
* - MFH Fix issue with destruction of overloaded objectsMarcus Boerger2008-08-241-1/+1
* - MFH: 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
* Kill unused varIlia Alshanetsky2008-04-131-2/+0
* Speedup GC initializationDmitry Stogov2008-04-111-15/+22
* Disabled $GLOBALS' refcount modificationDmitry Stogov2008-03-191-2/+6
* 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 because of EG(object_store).object_buckets realloca...Dmitry Stogov2008-01-241-0/+1
* Added garbage collectorDmitry Stogov2008-01-221-0/+516