X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fetag001.phpt;h=c1e1e44c897a92587198dcab8fd16bb1bf156703;hp=40b578dae52052c65b67f44ca4d065c9471a891f;hb=2faff9ef4c637987974f585af60455df57328bff;hpb=4407379af8d886b627c88572e9da69c38cdbda58 diff --git a/tests/etag001.phpt b/tests/etag001.phpt index 40b578d..c1e1e44 100644 --- a/tests/etag001.phpt +++ b/tests/etag001.phpt @@ -1,14 +1,22 @@ --TEST-- etags with hash --SKIPIF-- - ---EXTENSIONS-- -hash +=") or die("skip PHP>=5.4 required"); +?> --FILE-- append("Hello, my old fellow."); foreach (hash_algos() as $algo) { + switch ($algo) { + case "gost-crypto": + case "fnv1a32": + case "fnv1a64": + continue 2; + } ini_set("http.etag.mode", $algo); printf("%10s: %s\n", $algo,