Xinchen Hui
0a7395e009
Happy New Year
2013-01-01 16:28:54 +08:00
Dmitry Stogov
f877d7fee6
Merge branch 'PHP-5.3' into PHP-5.4
...
* PHP-5.3:
Fixed bug #63635 (Segfault in gc_collect_cycles)
Conflicts:
NEWS
2012-11-29 12:38:34 +04:00
Dmitry Stogov
92e2f29381
Fixed bug #63635 (Segfault in gc_collect_cycles)
2012-11-29 12:25:20 +04:00
Felipe Pena
e4ca0ed09f
- Year++
2012-01-01 13:15:04 +00:00
Felipe Pena
4e19825281
- Year++
2012-01-01 13:15:04 +00:00
Dmitry Stogov
e0f781f496
Fixed bug #60139 (Anonymous functions create cycles not detected by the GC)
2011-11-02 06:31:33 +00:00
Felipe Pena
b57d9f41cf
- Fixed ZTS build
2011-04-17 22:06:27 +00:00
Dmitry Stogov
e623543452
Improved GC to avaid reconstruction of HashTables for object properties
2011-04-15 09:57:43 +00:00
Felipe Pena
927bf09c29
- Year++
2011-01-01 02:19:59 +00:00
Felipe Pena
0203cc3d44
- Year++
2011-01-01 02:17:06 +00:00
Dmitry Stogov
88bf6d2e16
Fixed GC bug
2010-09-03 09:27:47 +00:00
Dmitry Stogov
c7b95db5ab
Fixed GC bug
2010-09-03 09:27:47 +00:00
Stanislav Malyshev
de363cf818
fix #49192 - crash in GC when get_properties handler returns null
2010-04-01 22:54:03 +00:00
Stanislav Malyshev
44a5b8e459
fix #49192 - crash in GC when get_properties handler returns null
2010-04-01 22:54:03 +00:00
Sebastian Bergmann
35e83d2afb
sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php
2010-01-05 20:46:53 +00:00
Sebastian Bergmann
d2281d1dff
sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php
2010-01-05 20:46:53 +00:00
Dmitry Stogov
31fd155b4c
Improved GC speed and reduced stack usage
2009-04-03 18:52:36 +00:00
Dmitry Stogov
0f5c395ba1
Improved GC speed and reduced stack usage
2009-04-03 18:52:21 +00:00
Dmitry Stogov
4d8a928716
Fixed bug #47343 (gc_collect_cycles causes a segfault when called within a destructor in one case)
2009-02-18 12:03:03 +00:00
Dmitry Stogov
db63e29ab3
Fixed bug #47343 (gc_collect_cycles causes a segfault when called within a destructor in one case)
2009-02-18 12:02:53 +00:00
Dmitry Stogov
c05dfd5605
Better fix for #47341
2009-02-09 08:55:35 +00:00
Dmitry Stogov
c13177f182
Better fix for #47341
2009-02-09 08:55:23 +00:00
Derick Rethans
2a1ff72729
- MFH: Fixed bug #47341 : Calling gc_collect_cycles() with zend.enable_gc=0
...
causes segfault.
2009-02-08 19:36:33 +00:00
Derick Rethans
201c26283c
- Fixed bug #47341 : Calling gc_collect_cycles() with zend.enable_gc=0 causes
...
segfault.
2009-02-08 19:30:01 +00:00
Felipe Pena
bfcea7ffa8
- MFH: Year++
2009-01-02 20:45:43 +00:00
Felipe Pena
1f44875c1b
- Year++
2009-01-02 20:36:30 +00:00
Arnaud Le Blanc
374723d056
MFB "Disabled $GLOBALS' refcount modification"
2008-09-14 15:20:16 +00:00
Marcus Boerger
ce2f9bb0cf
- MFH Fix issue with destruction of overloaded objects
2008-08-24 16:49:19 +00:00
Marcus Boerger
3110bffd16
- Fix issue with destruction of overloaded objects
...
# 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.
2008-08-24 16:45:50 +00:00
Felipe Pena
85ab423565
- MFH: Removed some TSRMLS_FETCH()s
2008-08-15 19:47:33 +00:00
Felipe Pena
2985b4f9e3
- Removed some TSRMLS_FETCH()s
2008-08-15 19:45:25 +00:00
Dmitry Stogov
0ab4c933e7
Fixed bug #45434 (circular reference causes segfault in gc_collect_cycles())
2008-07-08 08:16:18 +00:00
Dmitry Stogov
f7f74367df
Fixed bug #45434 (circular reference causes segfault in gc_collect_cycles())
2008-07-08 08:16:09 +00:00
Antony Dovgal
cacce6bc65
fix spelling
2008-04-29 13:50:27 +00:00
Antony Dovgal
bcd74c270b
fix spelling
2008-04-29 13:50:22 +00:00
Dmitry Stogov
2396f40eb5
Fixed GC slowdown
2008-04-29 13:43:49 +00:00
Dmitry Stogov
28b7529012
Fixed GC slowdown
2008-04-29 13:43:31 +00:00
Felipe Pena
d69738604f
- Removed unused variables
2008-04-24 16:15:33 +00:00
Ilia Alshanetsky
5cbecbe535
Kill unused var
2008-04-13 12:25:15 +00:00
Dmitry Stogov
111954d7f1
Speedup GC initialization
2008-04-11 17:32:18 +00:00
Dmitry Stogov
ae3295e1b9
Speedup GC initialization
2008-04-11 17:31:53 +00:00
Dmitry Stogov
5031528ec7
Disabled $GLOBALS' refcount modification
2008-03-19 11:46:10 +00:00
Dmitry Stogov
90e570be3b
Improve GC to support garbage created in destructors during objects utilization
2008-03-14 18:37:17 +00:00
Dmitry Stogov
7158425387
Improve GC to support garbage created in destructors during objects utilization
2008-03-14 18:36:34 +00:00
Dmitry Stogov
3fe5fcaabc
Removed commented code and unnecessary inline function
2008-03-14 13:35:54 +00:00
Dmitry Stogov
34003557ca
Removed commented code and unnecessary inline function
2008-03-14 13:35:40 +00:00
Dmitry Stogov
2b82e0d78a
Fixed GC bug
2008-03-14 13:21:21 +00:00
Dmitry Stogov
e1a28ee945
Fixed GC bug
2008-03-14 13:21:04 +00:00
Dmitry Stogov
8cd3e937e6
Prevented recursive collector invocation
2008-02-21 10:42:22 +00:00
Dmitry Stogov
bb1ee6d14a
Prevented recursive collector invocation
2008-02-21 10:42:14 +00:00