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 526f2d6 + 4e5a717 commit 2d926d9Copy full SHA for 2d926d9
ext/standard/tests/streams/bug64433.phpt
@@ -2,6 +2,7 @@
2
Bug #60180 ($_SERVER["PHP_SELF"] incorrect)
3
--SKIPIF--
4
<?php
5
+if (substr(PHP_OS, 0, 3) == 'WIN') die("skip test hangs on Windows as of commit 30019f4");
6
if(!file_exists(__DIR__."/../../../../sapi/cli/tests/php_cli_server.inc"))
7
die("skip could not found cli server script");
8
$res = @include __DIR__."/../../../../sapi/cli/tests/php_cli_server.inc";
0 commit comments