- improve response performance
[m6w6/ext-http] / tests / etag_mode_003.phpt
index 1e7789c4d2cc9caa48b89de037abe56cafa61926..fd67461cce5a3207f968b934c53d1d0a9388efee 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();
 http_send_data("abc\n");
 ?>