]> git.pld-linux.org Git - packages/php.git/commitdiff
make test to work with php5.2 auto/th/php52-5.2.17-20130717.10
authorElan Ruusamäe <glen@delfi.ee>
Mon, 23 Feb 2015 10:55:08 +0000 (12:55 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 23 Feb 2015 10:55:08 +0000 (12:55 +0200)
CVE-2015-0232.patch

index e814eea171f64de373673b4a27d7751e98e0e3e9..e4abff9fdeb83b5b796cc2019b47b22c4eef4047 100644 (file)
@@ -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'));
 +
This page took 0.365957 seconds and 4 git commands to generate.