- Fixed build on php-trunk
[m6w6/ext-http] / tests / send_ifrange_001.phpt
index 9b3697197ade931d2f1660fee1145ac72b048deb..40185ac7cb39b1c153c1b2caadd460d0d257d0c7 100644 (file)
@@ -4,6 +4,7 @@ http_send() If-Range
 <?php
 include 'skip.inc';
 checkcgi();
+checkmin("5.2.5");
 ?>
 --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"