]> granicus.if.org Git - php/commitdiff
Fixed bug #61677 ext\zlib\tests\bug_52944.phpt fails
authorAnatoliy Belsky <ab@php.net>
Fri, 13 Jul 2012 09:39:57 +0000 (11:39 +0200)
committerAnatoliy Belsky <ab@php.net>
Fri, 13 Jul 2012 09:39:57 +0000 (11:39 +0200)
The test is known to fail on windows with zlib version < 1.2.7 (current dep is 1.2.5),
with 1.2.7 it works. As it's primarily a zlib 1.2.5 issue on windows, skip it for now.

ext/zlib/tests/bug_52944.phpt

index 850371190e07bc2ddb6eb931bc6de5c079288a75..c090fe6f5c8878185832a27f90a2839490381f13 100644 (file)
@@ -2,6 +2,11 @@
 Bug #52944 (segfault with zlib filter and corrupted data)\r
 --SKIPIF--\r
 <?php if (!extension_loaded("zlib")) print "skip"; ?>\r
+<?php\r
+include "func.inc";\r
+if (substr(PHP_OS, 0, 3) == 'WIN' && version_compare(get_zlib_version(), '1.2.7') < 0) {\r
+       die('skip - only for zlib >= 1.2.7 on windows');\r
+}\r
 --INI--\r
 allow_url_fopen=1\r
 --FILE--\r