- improve response performance
[m6w6/ext-http] / tests / etag_mode_011.phpt
index 5f9668e9af41791e315a6aa0e121659a7aa5a9dd..1d6f039981c372e98ebc38e9c916ddb9c0503c96 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-ob crc32 etag
+ob crc32 etag (may fail because PHPs crc32 is actually crc32b)
 --SKIPIF--
 <?php
 include 'skip.inc';
@@ -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");
 ?>