- use way less memory by not duplicating response headers and bodies
[m6w6/ext-http] / tests / etag_mode_012.phpt
index 235225db5386cbd03b9e8a2e5045762dd7c4c341..1e4d779f6c67699db7fc1d54b13ee0e8ae5b2ee5 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");
 ?>