upgrade test suite to 5.3
[m6w6/ext-http] / tests / send_ifrange_001.phpt
index 9b3697197ade931d2f1660fee1145ac72b048deb..b4aae05da53a79682b48eaf9b593a08ddf6eb653 100644 (file)
@@ -4,6 +4,7 @@ http_send() If-Range
 <?php
 include 'skip.inc';
 checkcgi();
+checkmin(5.3);
 ?>
 --ENV--
 HTTP_RANGE=bytes=0-1
@@ -14,7 +15,7 @@ http_cache_etag('abc');
 http_send_file(__FILE__);
 ?>
 --EXPECTF--
-Status: 206
+Status: 206%s
 X-Powered-By: %s
 Cache-Control: private, must-revalidate, max-age=0
 ETag: "abc"