Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | Fixed bug #63635 (Segfault in gc_collect_cycles) | Dmitry Stogov | 2012-11-29 | 1 | -2/+4 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | Fixed bug #60139 (Anonymous functions create cycles not detected by the GC) | Dmitry Stogov | 2011-11-02 | 1 | -228/+154 |
| | |||||
* | - Fixed ZTS build | Felipe Pena | 2011-04-17 | 1 | -8/+8 |
| | |||||
* | Improved GC to avaid reconstruction of HashTables for object properties | Dmitry Stogov | 2011-04-15 | 1 | -42/+245 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | Fixed GC bug | Dmitry Stogov | 2010-09-03 | 1 | -19/+23 |
| | |||||
* | fix #49192 - crash in GC when get_properties handler returns null | Stanislav Malyshev | 2010-04-01 | 1 | -8/+40 |
| | |||||
* | sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-05 | 1 | -1/+1 |
| | |||||
* | Improved GC speed and reduced stack usage | Dmitry Stogov | 2009-04-03 | 1 | -94/+183 |
| | |||||
* | Fixed bug #47343 (gc_collect_cycles causes a segfault when called within a ↵ | Dmitry Stogov | 2009-02-18 | 1 | -1/+1 |
| | | | | destructor in one case) | ||||
* | Better fix for #47341 | Dmitry Stogov | 2009-02-09 | 1 | -6/+6 |
| | |||||
* | - Fixed bug #47341: Calling gc_collect_cycles() with zend.enable_gc=0 causes | Derick Rethans | 2009-02-08 | 1 | -1/+1 |
| | | | | | segfault. | ||||
* | - Year++ | Felipe Pena | 2009-01-02 | 1 | -1/+1 |
| | |||||
* | MFB "Disabled $GLOBALS' refcount modification" | Arnaud Le Blanc | 2008-09-14 | 1 | -2/+6 |
| | |||||
* | - Fix issue with destruction of overloaded objects | Marcus Boerger | 2008-08-24 | 1 | -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()s | Felipe Pena | 2008-08-15 | 1 | -2/+1 |
| | |||||
* | Fixed bug #45434 (circular reference causes segfault in gc_collect_cycles()) | Dmitry Stogov | 2008-07-08 | 1 | -10/+6 |
| | |||||
* | fix spelling | Antony Dovgal | 2008-04-29 | 1 | -2/+2 |
| | |||||
* | Fixed GC slowdown | Dmitry Stogov | 2008-04-29 | 1 | -21/+14 |
| | |||||
* | - Removed unused variables | Felipe Pena | 2008-04-24 | 1 | -2/+0 |
| | |||||
* | Speedup GC initialization | Dmitry Stogov | 2008-04-11 | 1 | -15/+22 |
| | |||||
* | Improve GC to support garbage created in destructors during objects utilization | Dmitry Stogov | 2008-03-14 | 1 | -12/+29 |
| | |||||
* | Removed commented code and unnecessary inline function | Dmitry Stogov | 2008-03-14 | 1 | -4/+1 |
| | |||||
* | Fixed GC bug | Dmitry Stogov | 2008-03-14 | 1 | -19/+80 |
| | |||||
* | Prevented recursive collector invocation | Dmitry Stogov | 2008-02-21 | 1 | -1/+3 |
| | |||||
* | Added checks for destoied objects | Dmitry Stogov | 2008-02-20 | 1 | -4/+8 |
| | |||||
* | Fixed GC bug | Dmitry Stogov | 2008-02-19 | 1 | -1/+1 |
| | |||||
* | Fixed bug #43918 (Segmentation fault in garbage collector) | Dmitry Stogov | 2008-01-29 | 1 | -21/+38 |
| | |||||
* | Fixed possible GC failure bacause of EG(object_store).object_buckets ↵ | Dmitry Stogov | 2008-01-24 | 1 | -0/+1 |
| | | | | reallocation | ||||
* | Added garbage collector | Dmitry Stogov | 2008-01-22 | 1 | -0/+516 |