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 e547ea4 commit f26d855Copy full SHA for f26d855
ext/standard/tests/network/bug80067.phpt
@@ -3,6 +3,7 @@ Bug #80067 (Omitting the port in bindto setting errors)
3
--SKIPIF--
4
<?php
5
if (getenv("SKIP_ONLINE_TESTS")) die('skip online test');
6
+if (!in_array('https', stream_get_wrappers())) die('skip: https wrapper is required');
7
?>
8
--FILE--
9
0 commit comments