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