- drop mhash support
[m6w6/ext-http] / tests / etag_mode_011.phpt
index 75505aa5a3df5be98dd498883b0a5aa486d1a330..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");
 ?>
@@ -15,6 +16,6 @@ print("abc\n");
 Content-type: %s
 X-Powered-By: PHP/%s
 Cache-Control: private, must-revalidate, max-age=0
-ETag: "28ad514e"
+ETag: "4e818847"
 
 abc