diff options
-rw-r--r-- | Zend/tests/bug64896.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug64896.phpt b/Zend/tests/bug64896.phpt index e3e9f05632..3e955bbece 100644 --- a/Zend/tests/bug64896.phpt +++ b/Zend/tests/bug64896.phpt @@ -1,7 +1,7 @@ --TEST-- Bug #64896 (Segfault with gc_collect_cycles using unserialize on certain objects) --XFAIL-- -We can not fix this bug with a significant (performace slow down) change to gc +We can not fix this bug without a significant (performace slow down) change to gc --FILE-- <?php $bar = NULL; |