Merge branch 'curl-matrix': fix #116
[m6w6/ext-http] / tests / client021.phpt
index 702685dd125f6efb8c30b976d9f2c9a4d1271195..aaf462556b6f02aaf5176ac181c65dfd629c245d 100644 (file)
@@ -4,6 +4,9 @@ client cookies
 <?php
 include "skipif.inc";
 skip_client_test();
+if (0 === strpos(http\Client\Curl\Versions\CURL, "7.64.0")) {
+       die("skip - cookie handling broken or crashes with libcurl-7.64\n");
+}
 ?>
 --FILE--
 <?php