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 86675dd + 935a61d commit e1559b5Copy full SHA for e1559b5
ext/curl/tests/bug78775.phpt
@@ -3,6 +3,7 @@ Bug #78775: TLS issues from HTTP request affecting other encrypted connections
3
--SKIPIF--
4
<?php
5
if (!extension_loaded('curl')) die('skip Requires curl');
6
+if (!extension_loaded('openssl')) die('skip Requires openssl');
7
if (getenv('SKIP_ONLINE_TESTS')) die('skip Online test');
8
?>
9
--FILE--
0 commit comments