We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e98941e commit 0cafc91Copy full SHA for 0cafc91
1 file changed
tests/test_2_extensions.php
@@ -89,8 +89,6 @@
89
'curl-openssl-certificates-location' => openssl_get_cert_locations()['default_cert_file'] === '/etc/pki/tls/cert.pem',
90
// Check the file in previous Bref versions is still here (would be a breaking change)
91
'curl-openssl-certificates-backwards-compatibility' => file_exists('/opt/bref/ssl/cert.pem'),
92
- // Make sure we are using curl with our compiled libssh
93
- 'curl-libssh' => version_compare(str_replace('libssh2/', '', curl_version()['libssh_version']), '1.10.0', '>='),
94
'openssl' => (function() {
95
$private_key = openssl_pkey_new(['private_key_bits' => 2048]);
96
if ($private_key === false) {
0 commit comments