5.3->5.2.5
[m6w6/ext-http] / tests / send_file_011.phpt
index 1012da4784790f7cfcad59b9cf681ad180d3c9ae..8444a7d1f0d78596f976d69bf2215a2db14d9192 100644 (file)
@@ -4,15 +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- 
 --FILE--
 <?php
-$_SERVER['HTTP_RANGE'] = 'bytes=1000- ';
 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