Skip to content

Commit 5b09803

Browse files
committed
Merge branch 'PHP-5.6' into PHP-5.6.4
* PHP-5.6: the darwin specific test fails for me with the same output which is the expected for the original test I couldn't find anybody who managed to see this test passing, but I found a bunch of other reports on qa.php.net/reports and on google which do see this test failing on mac. if this change causes you to have this test failing on Mac, please drop me a mail so we can improve the current test so it passes for everybody. 5.5.21 now
2 parents 25b119e + fcf21c4 commit 5b09803

File tree

2 files changed

+0
-28
lines changed

2 files changed

+0
-28
lines changed

ext/zlib/tests/bug_52944-darwin.phpt

Lines changed: 0 additions & 24 deletions
This file was deleted.

ext/zlib/tests/bug_52944.phpt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
Bug #52944 (segfault with zlib filter and corrupted data)
33
--SKIPIF--
44
<?php if (!extension_loaded("zlib")) print "skip"; ?>
5-
<?php
6-
if (PHP_OS == 'Darwin') {
7-
die("skip not for Darwin");
8-
}
95
--INI--
106
allow_url_fopen=1
117
--FILE--

0 commit comments

Comments
 (0)