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.
1 parent 3f6c86a commit f65a574Copy full SHA for f65a574
ext/openssl/tests/check_default_conf_path.phpt
@@ -7,6 +7,7 @@ openssl
7
if (substr(PHP_OS, 0, 3) != 'WIN') {
8
die('skip windows only test');
9
}
10
+if (substr(PHP_OS, 0, 3) == "WIN") die("skip Failing on Windows");
11
?>
12
--ENV--
13
OPENSSL_CONF=
0 commit comments