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 e0c12f2 commit 39f3726Copy full SHA for 39f3726
tests/test_2_extensions.php
@@ -79,6 +79,8 @@
79
'json' => function_exists('json_encode'),
80
'bcmath' => function_exists('bcadd'),
81
'ctype' => function_exists('ctype_digit'),
82
+ // https://github.com/brefphp/aws-lambda-layers/issues/42
83
+ 'curl-with-http2' => defined('CURL_HTTP_VERSION_2'),
84
'dom' => class_exists(\DOMDocument::class),
85
'exif' => function_exists('exif_imagetype'),
86
'fileinfo' => function_exists('finfo_file'),
0 commit comments