- drop mhash support
[m6w6/ext-http] / tests / etag_mode_001.phpt
index 8c396fb4786ec5ddcabfb770d9b85d2ec1d86d01..787100b92173bd7b74e3d6a5a3ba155f317254dd 100644 (file)
@@ -8,7 +8,7 @@ checkmax(5.0);
 ?>
 --FILE--
 <?php
-ini_set('http.etag_mode', HTTP_ETAG_CRC32);
+ini_set('http.etag_mode', 'crc32');
 http_cache_etag();
 http_send_data("abc\n");
 ?>