fix with master
authorMichael Wallner <mike@php.net>
Wed, 9 Oct 2013 07:43:35 +0000 (07:43 +0000)
committerMichael Wallner <mike@php.net>
Wed, 9 Oct 2013 07:43:35 +0000 (07:43 +0000)
tests/etag001.phpt

index 4a866814a7a5697ede701700f9aa6a1f39745781..b3a2a5347fbe4207dc2425604e578a8e88805e96 100644 (file)
@@ -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,