This test hangs on Windows for ~10 minutes as of commit
30019f4, so we
temporarily skip it. The issue will be investigated by Joe and myself
in due course.
Bug #60180 ($_SERVER["PHP_SELF"] incorrect)
--SKIPIF--
<?php
+if (substr(PHP_OS, 0, 3) == 'WIN') die("skip test hangs on Windows as of commit 30019f4");
if(!file_exists(__DIR__."/../../../../sapi/cli/tests/php_cli_server.inc"))
die("skip could not found cli server script");
$res = @include __DIR__."/../../../../sapi/cli/tests/php_cli_server.inc";