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 181a7d2 commit a00bb86Copy full SHA for a00bb86
ext/curl/tests/gh16802.phpt
@@ -5,6 +5,10 @@ curl
5
--SKIPIF--
6
<?php
7
if (PHP_OS_FAMILY === "Windows") die("skip not for Windows");
8
+$curl_version = curl_version();
9
+if ($curl_version['version_number'] < 0x075500) {
10
+ die("skip: blob options not supported for curl < 7.85.0");
11
+}
12
?>
13
--INI--
14
open_basedir=/nowhere
0 commit comments