[packages/php/PHP_5_2] make test to work with php5.2

glen glen at pld-linux.org
Mon Feb 23 11:55:24 CET 2015


commit 14ec4521563dc52ec750894ac0739ca739551723
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Feb 23 12:55:08 2015 +0200

    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'));
 +
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/14ec4521563dc52ec750894ac0739ca739551723



More information about the pld-cvs-commit mailing list