- fix usage of request time
[m6w6/ext-http] / tests / etag_mode_013.phpt
index 4100173dd724b16ff225a2e7d086a1f89492b124..3c354f8e0dcdf4fdd23cd4eec2af6abe36994426 100644 (file)
@@ -4,10 +4,11 @@ ob md5 etag
 <?php
 include 'skip.inc';
 checkcgi();
+checkmax(5.0);
 ?>
 --FILE--
 <?php
-ini_set('http.etag_mode', HTTP_ETAG_MD5);
+ini_set('http.etag.mode', 'md5');
 http_cache_etag();
 print("abc\n");
 ?>