Skip to content

Commit 2d926d9

Browse files
committed
Merge branch 'PHP-7.4'
* PHP-7.4: Temporarily skip test
2 parents 526f2d6 + 4e5a717 commit 2d926d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/standard/tests/streams/bug64433.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Bug #60180 ($_SERVER["PHP_SELF"] incorrect)
33
--SKIPIF--
44
<?php
5+
if (substr(PHP_OS, 0, 3) == 'WIN') die("skip test hangs on Windows as of commit 30019f4");
56
if(!file_exists(__DIR__."/../../../../sapi/cli/tests/php_cli_server.inc"))
67
die("skip could not found cli server script");
78
$res = @include __DIR__."/../../../../sapi/cli/tests/php_cli_server.inc";

0 commit comments

Comments
 (0)