- improve response performance
[m6w6/ext-http] / tests / etag_mode_011.phpt
index 75505aa5a3df5be98dd498883b0a5aa486d1a330..1d6f039981c372e98ebc38e9c916ddb9c0503c96 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");
 ?>
@@ -15,6 +16,6 @@ print("abc\n");
 Content-type: %s
 X-Powered-By: PHP/%s
 Cache-Control: private, must-revalidate, max-age=0
-ETag: "28ad514e"
+ETag: "4e818847"
 
 abc