From: Rasmus Lerdorf Date: Fri, 2 Aug 2013 16:00:48 +0000 (-0400) Subject: This test will only work if gc is enabled X-Git-Tag: php-5.6.0alpha1~353^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e55f08a5aedf7f0153a969dbca870d7213c49a0f;p=php This test will only work if gc is enabled --- diff --git a/ext/spl/tests/bug63680.phpt b/ext/spl/tests/bug63680.phpt index 3a20c4bb17..0b5c35dc74 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--