- drop mhash support
[m6w6/ext-http] / tests / etag_mode_011.phpt
index d4a2712e5b9e81213b0e1560625e9710afe084e0..5f9668e9af41791e315a6aa0e121659a7aa5a9dd 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();
 print("abc\n");
 ?>