- Fixed build on php-trunk
[m6w6/ext-http] / tests / send_file_005.phpt
index b5287a37ac609cbd7dbf2ed1f5c6529abd51c286..51f6b8fed2d06c216259cc81f6a65fb8c5d5a448 100644 (file)
@@ -4,15 +4,17 @@ http_send_file() multiple ranges
 <?php 
 include 'skip.inc';
 checkcgi();
+checkmin("5.2.5");
 ?>
+--ENV--
+HTTP_RANGE=bytes=0-3, 4-5,9-11
 --FILE--
 <?php
-$_SERVER['HTTP_RANGE'] = 'bytes=0-3, 4-5,9-11';
 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