5.3->5.2.5
[m6w6/ext-http] / tests / send_file_006.phpt
index 925473e6fa31fe1dab368dca103475f991d5e627..1b9331969a1608e1b41c24c0c7d98b3154c0a9aa 100644 (file)
@@ -4,7 +4,7 @@ http_send_file() first/last byte range
 <?php 
 include 'skip.inc';
 checkcgi();
-checkmin(5);
+checkmin("5.2.5");
 ?>
 --ENV--
 HTTP_RANGE=bytes=0-0,-1
@@ -14,7 +14,7 @@ http_send_content_type("text/plain");
 http_send_file('data.txt');
 ?>
 --EXPECTF--
-Status: 206
+Status: 206%s
 X-Powered-By: PHP/%s
 Accept-Ranges: bytes
 Content-Type: multipart/byteranges; boundary=%d.%d