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 f45626e commit 0943faeCopy full SHA for 0943fae
tests/test_2_extensions.php
@@ -81,7 +81,7 @@
81
// https://github.com/brefphp/aws-lambda-layers/issues/42
82
'curl-http2' => defined('CURL_HTTP_VERSION_2'),
83
// Make sure we are not using the default AL2 OpenSSL version (7.79)
84
- 'curl-openssl' => str_starts_with(curl_version()['ssl_version'], 'OpenSSL/1.1.1'),
+ 'curl-openssl' => str_starts_with(curl_version()['ssl_version'], 'OpenSSL/3.0'),
85
// Check that the default certificate file exists
86
// https://github.com/brefphp/aws-lambda-layers/issues/53
87
'curl-openssl-certificates' => file_exists(openssl_get_cert_locations()['default_cert_file']),
0 commit comments