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.
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