- extend & fixup test suite
[m6w6/ext-http] / tests / HttpResponse_003.phpt
index 4b5941cd815463d9548091a1b94564623a922d39..960c0c5814b6dce177a49cf4bcc7c67d36fdd43a 100644 (file)
@@ -3,7 +3,7 @@ HttpResponse - send gzipped file with caching headers
 --SKIPIF--
 <?php 
 include 'skip.inc';
-checkver(5);
+checkmin(5);
 checkcgi();
 checkext('zlib');
 ?>
@@ -20,7 +20,7 @@ HttpResponse::send();
 --EXPECTF--
 X-Powered-By: PHP/%s
 ETag: "%s"
-Cache-Control: public, must-revalidate, max_age=3600
+Cache-Control: public, must-revalidate, max-age=3600
 Last-Modified: %s, %d %s 20%d %d:%d:%d GMT
 Content-Type: %s
 Accept-Ranges: bytes