- add ob_(deflate|inflate)handler
[m6w6/ext-http] / tests / etag_mode_031.phpt
index 1ac27e2bec997230df56ddc5ac39c9d4b88c06a0..e4cd2d44eb7673981a8a2c78d1473caefedb17d4 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-crc32 etag
+crc32 etag (may fail because PHPs crc32 is actually crc32b)
 --SKIPIF--
 <?php
 include 'skip.inc';
@@ -8,7 +8,7 @@ checkmin(5.1);
 ?>
 --FILE--
 <?php
-ini_set('http.etag_mode', HTTP_ETAG_CRC32);
+ini_set('http.etag_mode', 'crc32');
 http_cache_etag();
 http_send_data("abc\n");
 ?>