- add ob_(deflate|inflate)handler
[m6w6/ext-http] / tests / etag_mode_003.phpt
index 76abcfc3d4e21578c5a5ba933f1b8374019cfe66..0b98f9f45573802b00221f03fedab09b3bb26a48 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");
 ?>