From: Michael Wallner Date: Wed, 9 Oct 2013 07:43:35 +0000 (+0000) Subject: fix with master X-Git-Tag: RELEASE_2_1_0_RC3~10^2^2~15 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=7a119e0ea5a4cfec9535b69f78d8c4cabea577ef;hp=8207195bc7a4039dc9bdb5fd2094f4bf59be3c53 fix with master --- diff --git a/tests/etag001.phpt b/tests/etag001.phpt index 4a86681..b3a2a53 100644 --- 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,