From 6a037fde9d3889f25884866b8006cd0e38055dad Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Wed, 3 Mar 2010 17:53:15 +0000 Subject: [PATCH] Turn on gc before we test it --- Zend/tests/gc_004.phpt | 2 ++ Zend/tests/gc_005.phpt | 2 ++ Zend/tests/gc_006.phpt | 2 ++ Zend/tests/gc_007.phpt | 2 ++ Zend/tests/gc_008.phpt | 2 ++ Zend/tests/gc_009.phpt | 2 ++ Zend/tests/gc_010.phpt | 2 ++ Zend/tests/gc_011.phpt | 2 ++ Zend/tests/gc_012.phpt | 2 ++ Zend/tests/gc_013.phpt | 2 ++ Zend/tests/gc_014.phpt | 2 ++ Zend/tests/gc_015.phpt | 2 ++ Zend/tests/gc_016.phpt | 2 ++ Zend/tests/gc_017.phpt | 2 ++ Zend/tests/gc_018.phpt | 2 ++ Zend/tests/gc_019.phpt | 2 ++ Zend/tests/gc_020.phpt | 2 ++ Zend/tests/gc_021.phpt | 2 ++ Zend/tests/gc_022.phpt | 1 + Zend/tests/gc_023.phpt | 2 ++ Zend/tests/gc_024.phpt | 2 ++ Zend/tests/gc_025.phpt | 2 ++ Zend/tests/gc_028.phpt | 2 ++ Zend/tests/gc_029.phpt | 2 ++ Zend/tests/gc_030.phpt | 2 ++ 25 files changed, 49 insertions(+) diff --git a/Zend/tests/gc_004.phpt b/Zend/tests/gc_004.phpt index ce6a94b79a..8ff5bebfb2 100644 --- a/Zend/tests/gc_004.phpt +++ b/Zend/tests/gc_004.phpt @@ -1,5 +1,7 @@ --TEST-- GC 004: Simple array cycle +--INI-- +zend.enable_gc=1 --FILE-- --FILE-- diff --git a/Zend/tests/gc_025.phpt b/Zend/tests/gc_025.phpt index 5ae6527257..f838ed307f 100644 --- a/Zend/tests/gc_025.phpt +++ b/Zend/tests/gc_025.phpt @@ -1,5 +1,7 @@ --TEST-- GC 025: Automatic GC on request shutdown +--INI-- +zend.enable_gc=1 --FILE--