- add ob_(deflate|inflate)handler
[m6w6/ext-http] / tests / etag_mode_011.phpt
index 06b35e10666decb8167f8159312a455e13e8894b..205b60ac8dae75c54e69bab4e0f30329f1f4d0be 100644 (file)
@@ -1,13 +1,14 @@
 --TEST--
-ob crc32 etag
+ob crc32 etag (may fail because PHPs crc32 is actually crc32b)
 --SKIPIF--
 <?php
 include 'skip.inc';
 checkcgi();
+checkmax(5.0);
 ?>
 --FILE--
 <?php
-ini_set('http.etag_mode', HTTP_ETAG_CRC32);
+ini_set('http.etag_mode', 'crc32');
 http_cache_etag();
 print("abc\n");
 ?>