- add another stream filter test
[m6w6/ext-http] / tests / etag_mode_013.phpt
index 4100173dd724b16ff225a2e7d086a1f89492b124..919d34e9d0bbd457dc1b5e993b46df19b5610cf5 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");
 ?>