projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
e0eade6
)
tests: cookis broken again in 7.88.1
author
Michael Wallner
<mike@php.net>
Thu, 25 May 2023 11:50:43 +0000
(13:50 +0200)
committer
Michael Wallner
<mike@php.net>
Thu, 25 May 2023 13:12:27 +0000
(15:12 +0200)
tests/client021.phpt
patch
|
blob
|
history
diff --git
a/tests/client021.phpt
b/tests/client021.phpt
index aaf462556b6f02aaf5176ac181c65dfd629c245d..f8eeeb5911d45caed5e4846eb5df1459bdac62e4 100644
(file)
--- a/
tests/client021.phpt
+++ b/
tests/client021.phpt
@@
-4,8
+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");
+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--