release 1.7.6
[m6w6/ext-http] / tests / send_data_003.phpt
index c13ec8002fae21496b29a1bcc1b8eb67b1d5e75b..f47c38d8f5bed5bd2b32ac552c57179a6de864c1 100644 (file)
@@ -4,6 +4,7 @@ http_send_data() NUM-NIL range
 <?php 
 include 'skip.inc';
 checkcgi();
+checkmin("5.2.5");
 ?>
 --ENV--
 HTTP_RANGE=bytes=5981-
@@ -13,7 +14,7 @@ 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