- fix usage of request time
[m6w6/ext-http] / tests / etag_mode_044.phpt
index 055395a71d86eae264f301fc8438ef5727df09bc..0d8129ad257d093bd02ca1d4dae056e459080fd3 100644 (file)
@@ -9,7 +9,7 @@ skipif(!extension_loaded('hash'), 'need ext/hash support');
 ?>
 --FILE--
 <?php
-ini_set('http.etag_mode', 'sha256');
+ini_set('http.etag.mode', 'sha256');
 http_cache_etag();
 print("abc\n");
 ?>