- improve response performance
[m6w6/ext-http] / tests / etag_mode_003.phpt
index 76abcfc3d4e21578c5a5ba933f1b8374019cfe66..fd67461cce5a3207f968b934c53d1d0a9388efee 100644 (file)
@@ -4,10 +4,11 @@ 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();
 http_send_data("abc\n");
 ?>