- add ob_(deflate|inflate)handler
[m6w6/ext-http] / tests / etag_mode_012.phpt
index 235225db5386cbd03b9e8a2e5045762dd7c4c341..5a8702ed9569f5c98eb3db396517fe08265f42b1 100644 (file)
@@ -4,10 +4,11 @@ ob sha1 etag
 <?php
 include 'skip.inc';
 checkcgi();
+checkmax(5.0);
 ?>
 --FILE--
 <?php
-ini_set('http.etag_mode', HTTP_ETAG_SHA1);
+ini_set('http.etag_mode', 'sha1');
 http_cache_etag();
 print("abc\n");
 ?>