- drop mhash support
[m6w6/ext-http] / tests / etag_mode_013.phpt
index d81ba60d1e7dee8e96eab454b5676a79c0ff924c..919d34e9d0bbd457dc1b5e993b46df19b5610cf5 100644 (file)
@@ -8,7 +8,7 @@ checkmax(5.0);
 ?>
 --FILE--
 <?php
-ini_set('http.etag_mode', HTTP_ETAG_MD5);
+ini_set('http.etag_mode', 'md5');
 http_cache_etag();
 print("abc\n");
 ?>