update tests for newer libcurl
[m6w6/ext-http] / tests / client018.phpt
index 884a3c60f23dac9063926e8f9add496e34b7325c..4bf8c48e4d09cc122ae02a2021679fe6079ea120 100644 (file)
@@ -4,6 +4,9 @@ client pipelining
 <?php 
 include "skipif.inc";
 skip_client_test();
+if (version_compare(http\Client\Curl\Versions\CURL, "7.62.0", ">=")) {
+       die("skip CURL_VERSION >= 7.62 -- pipelining disabled\n");
+}
 ?>
 --FILE--
 <?php