- drop mhash support
[m6w6/ext-http] / tests / etag_mode_002.phpt
index e0d809dd3895c0a7733750c0b4d4420399aee720..5ca8d8ff90b071612b18128ce25b6a4f67de667c 100644 (file)
@@ -8,7 +8,7 @@ checkmax(5.0);
 ?>
 --FILE--
 <?php
-ini_set('http.etag_mode', HTTP_ETAG_SHA1);
+ini_set('http.etag_mode', 'sha1');
 http_cache_etag();
 http_send_data("abc\n");
 ?>