summaryrefslogtreecommitdiff
path: root/Zend/zend_gc.c
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Dmitry Stogov2009-02-181-1/+1
| | | | destructor in one case)
* 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
| | | | | segfault.
* - 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
| | | | | | | | | # The issue is that we assume default object handlers when calling method # __destruct(). Now the default handlers might not be compatible with the # correct handlers which would result in crashes or they simply do cannot # support everything the object was supposed to do. The latter case will be # demonstrated in ext/spl/tests/iterator_068.phpt.
* - 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 ↵Dmitry Stogov2008-01-241-0/+1
| | | | reallocation
* Added garbage collectorDmitry Stogov2008-01-221-0/+516