5.3->5.2.5
[m6w6/ext-http] / tests / send_file_011.phpt
index 5ac521f8229901d100715274375f563c7f0fed35..8444a7d1f0d78596f976d69bf2215a2db14d9192 100644 (file)
@@ -4,16 +4,16 @@ http_send_file() NUM-NIL range
 <?php 
 include 'skip.inc';
 checkcgi();
-checkmin(5.1);
+checkmin("5.2.5");
 ?>
 --ENV--
-HTTP_RANGE=bytes=1000-
+HTTP_RANGE=bytes=1000- 
 --FILE--
 <?php
 http_send_file('data.txt');
 ?>
 --EXPECTF--
-Status: 206
+Status: 206%s
 X-Powered-By: PHP/%s
 Accept-Ranges: bytes
 Content-Range: bytes 1000-1009/1010