- drop mhash support
[m6w6/ext-http] / tests / etag_mode_041.phpt
index 3e15bc14df29f44b7b34e62fcf33e8d6ec2f159a..1a6a2ff2728b0634d6b25f9bed50101347bad162 100644 (file)
@@ -8,7 +8,7 @@ checkmin(5.1);
 ?>
 --FILE--
 <?php
 ?>
 --FILE--
 <?php
-ini_set('http.etag_mode', HTTP_ETAG_CRC32);
+ini_set('http.etag_mode', 'crc32');
 http_cache_etag();
 print("abc\n");
 ?>
 http_cache_etag();
 print("abc\n");
 ?>