prepare v4.2.5
[m6w6/ext-http] / tests / client008.phpt
index 3f5641fdf040dd1d8ca9e1e8a15e9cf42444bccc..616a9e427ec5c36c9f7d06d3975d8ac36ca464e5 100644 (file)
@@ -1,9 +1,12 @@
 --TEST--
-client configuration
+client pipelining
 --SKIPIF--
 <?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