From e55f08a5aedf7f0153a969dbca870d7213c49a0f Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Fri, 2 Aug 2013 12:00:48 -0400 Subject: [PATCH] This test will only work if gc is enabled --- ext/spl/tests/bug63680.phpt | 2 ++ 1 file changed, 2 insertions(+) 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--