updated changelog and reworded package description
[m6w6/ext-http] / tests / etag_mode_001.phpt
index d8cf59458ebf99f03f52c8aba059696bef6caa6b..787100b92173bd7b74e3d6a5a3ba155f317254dd 100644 (file)
@@ -4,10 +4,11 @@ crc32 etag
 <?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();
 http_send_data("abc\n");
 ?>