- fix usage of request time
[m6w6/ext-http] / tests / etag_mode_011.phpt
index 205b60ac8dae75c54e69bab4e0f30329f1f4d0be..1d6f039981c372e98ebc38e9c916ddb9c0503c96 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();
 print("abc\n");
 ?>