Commit: e55f08a5aedf7f0153a969dbca870d7213c49a0f Author: Rasmus Lerdorf <ras...@php.net> Fri, 2 Aug 2013 12:00:48 -0400 Parents: 5753b74fabb641474d0b4879055180dd9d492b34 Branches: PHP-5.4 PHP-5.5 master
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=e55f08a5aedf7f0153a969dbca870d7213c49a0f Log: This test will only work if gc is enabled Changed paths: M ext/spl/tests/bug63680.phpt Diff: diff --git a/ext/spl/tests/bug63680.phpt b/ext/spl/tests/bug63680.phpt index 3a20c4b..0b5c35d 100644 --- a/ext/spl/tests/bug63680.phpt +++ b/ext/spl/tests/bug63680.phpt @@ -1,5 +1,7 @@ --TEST-- Bug #63680 (Memleak in splfixedarray with cycle reference) +--INI-- +zend.enable_gc=1 --FILE-- <?php function dummy() { -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php