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