prepare v4.2.5
[m6w6/ext-http] / tests / client021.phpt
index 702685dd125f6efb8c30b976d9f2c9a4d1271195..f8eeeb5911d45caed5e4846eb5df1459bdac62e4 100644 (file)
@@ -4,6 +4,10 @@ client cookies
 <?php
 include "skipif.inc";
 skip_client_test();
+if (0 === strpos(http\Client\Curl\Versions\CURL, "7.64.0") ||
+       0 === strpos(http\Client\Curl\Versions\CURL, "7.88.1")) {
+       die("skip - cookie handling broken or crashes with libcurl v" . http\Client\Curl\Versions\CURL ."\n");
+}
 ?>
 --FILE--
 <?php