- add ob_(deflate|inflate)handler
[m6w6/ext-http] / tests / etag_mode_001.phpt
index 8c396fb4786ec5ddcabfb770d9b85d2ec1d86d01..5acd930792b0ebf4b4f0e9ef2e1e8f6ee28b895c 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 @@ checkmax(5.0);
 ?>
 --FILE--
 <?php
-ini_set('http.etag_mode', HTTP_ETAG_CRC32);
+ini_set('http.etag_mode', 'crc32');
 http_cache_etag();
 http_send_data("abc\n");
 ?>