We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf91b16 + 02b8362 commit d9d21b2Copy full SHA for d9d21b2
ext/zlib/tests/bug_52944.phpt
@@ -2,6 +2,11 @@
2
Bug #52944 (segfault with zlib filter and corrupted data)
3
--SKIPIF--
4
<?php if (!extension_loaded("zlib")) print "skip"; ?>
5
+<?php
6
+include "func.inc";
7
+if (substr(PHP_OS, 0, 3) == 'WIN' && version_compare(get_zlib_version(), '1.2.7') < 0) {
8
+ die('skip - only for zlib >= 1.2.7 on windows');
9
+}
10
--INI--
11
allow_url_fopen=1
12
--FILE--
0 commit comments