From 14ec4521563dc52ec750894ac0739ca739551723 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 23 Feb 2015 12:55:08 +0200 Subject: [PATCH] make test to work with php5.2 --- CVE-2015-0232.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CVE-2015-0232.patch b/CVE-2015-0232.patch index e814eea..e4abff9 100644 --- a/CVE-2015-0232.patch +++ b/CVE-2015-0232.patch @@ -57,7 +57,7 @@ index 0000000..b09f21c + + unset($a); + -+ gc_collect_cycles(); ++ //gc_collect_cycles(); +} + +$iterations = 3; @@ -65,7 +65,7 @@ index 0000000..b09f21c +doStuff($iterations); +doStuff($iterations); + -+gc_collect_cycles(); ++//gc_collect_cycles(); + +print_r(exif_read_data(__DIR__.'/bug68799.jpg')); + -- 2.44.0