- fix usage of request time
[m6w6/ext-http] / tests / etag_mode_002.phpt
index 5ca8d8ff90b071612b18128ce25b6a4f67de667c..3312f32a8f99ab91c9092192a3d4cd9c3a1ebeb6 100644 (file)
@@ -8,7 +8,7 @@ checkmax(5.0);
 ?>
 --FILE--
 <?php
-ini_set('http.etag_mode', 'sha1');
+ini_set('http.etag.mode', 'sha1');
 http_cache_etag();
 http_send_data("abc\n");
 ?>