- improve response performance
[m6w6/ext-http] / tests / etag_mode_002.phpt
index e0d809dd3895c0a7733750c0b4d4420399aee720..3312f32a8f99ab91c9092192a3d4cd9c3a1ebeb6 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");
 ?>