Skip to content

Commit

Permalink
ver check
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsdos committed Nov 14, 2024
1 parent 181a7d2 commit a00bb86
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ext/curl/tests/gh16802.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ curl
--SKIPIF--
<?php
if (PHP_OS_FAMILY === "Windows") die("skip not for Windows");
$curl_version = curl_version();
if ($curl_version['version_number'] < 0x075500) {
die("skip: blob options not supported for curl < 7.85.0");
}
?>
--INI--
open_basedir=/nowhere
Expand Down

0 comments on commit a00bb86

Please sign in to comment.