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:
8207195
)
fix with master
author
Michael Wallner
<mike@php.net>
Wed, 9 Oct 2013 07:43:35 +0000
(07:43 +0000)
committer
Michael Wallner
<mike@php.net>
Wed, 9 Oct 2013 07:43:35 +0000
(07:43 +0000)
tests/etag001.phpt
patch
|
blob
|
history
diff --git
a/tests/etag001.phpt
b/tests/etag001.phpt
index 4a866814a7a5697ede701700f9aa6a1f39745781..b3a2a5347fbe4207dc2425604e578a8e88805e96 100644
(file)
--- a/
tests/etag001.phpt
+++ b/
tests/etag001.phpt
@@
-11,6
+11,7
@@
version_compare(PHP_VERSION, "5.4.0", ">=") or die("skip PHP>=5.4 required");
$body = new http\Message\Body;
$body->append("Hello, my old fellow.");
foreach (hash_algos() as $algo) {
+ if ($algo == "gost-crypto") continue;
ini_set("http.etag.mode", $algo);
printf("%10s: %s\n",
$algo,