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