- fix usage of request time
[m6w6/ext-http] / tests / etag_mode_031.phpt
index a7d02f16062e30c3aed48ed6292363e417d0176c..813b309373e60b293f2f6360ef4f3a616637ee83 100644 (file)
@@ -8,7 +8,7 @@ checkmin(5.1);
 ?>
 --FILE--
 <?php
 ?>
 --FILE--
 <?php
-ini_set('http.etag_mode', extension_loaded('hash')?'crc32b':'crc32');
+ini_set('http.etag.mode', extension_loaded('hash')?'crc32b':'crc32');
 http_cache_etag();
 http_send_data("abc\n");
 ?>
 http_cache_etag();
 http_send_data("abc\n");
 ?>