release 1.7.5
[m6w6/ext-http] / tests / send_data_001.phpt
index 9dd50334ae691a2b6dc9f0817723b97a0f8d5492..d744d8d5169d3eaedf97696f36a6370600ee04ff 100644 (file)
@@ -3,6 +3,8 @@ http_send_data() NIL-NUM range
 --SKIPIF--
 <?php 
 include 'skip.inc';
+checkcgi();
+checkmin("5.2.5");
 ?>
 --ENV--
 HTTP_RANGE=bytes=-5
@@ -12,10 +14,11 @@ http_send_content_type('text/plain');
 http_send_data(str_repeat('123abc', 1000));
 ?>
 --EXPECTF--
-Status: 206
+Status: 206%s
 X-Powered-By: PHP/%s
 Content-Type: text/plain
 Accept-Ranges: bytes
 Content-Range: bytes 5995-5999/6000
+Content-Length: 5
 
-23abc
\ No newline at end of file
+23abc