- drop mhash support
[m6w6/ext-http] / tests / etag_mode_011.phpt
index 06b35e10666decb8167f8159312a455e13e8894b..5f9668e9af41791e315a6aa0e121659a7aa5a9dd 100644 (file)
@@ -4,10 +4,11 @@ ob crc32 etag
 <?php
 include 'skip.inc';
 checkcgi();
+checkmax(5.0);
 ?>
 --FILE--
 <?php
-ini_set('http.etag_mode', HTTP_ETAG_CRC32);
+ini_set('http.etag_mode', 'crc32');
 http_cache_etag();
 print("abc\n");
 ?>