upgrade test suite to 5.3
[m6w6/ext-http] / tests / send_data_008.phpt
index 7de621d9c946f8cd1d278286b7634dee0d2b8a23..bf8abb77601ed666c2f1fd936fcc024eacbd5034 100644 (file)
@@ -4,6 +4,7 @@ http_send_data() multiple ranges
 <?php 
 include 'skip.inc';
 checkcgi();
+checkmin(5.3);
 ?>
 --ENV--
 HTTP_RANGE=bytes=0-0,-1
@@ -13,7 +14,7 @@ http_send_content_type('text/plain');
 http_send_data("01");
 ?>
 --EXPECTF--
-Status: 206
+Status: 206%s
 X-Powered-By: PHP/%s
 Accept-Ranges: bytes
 Content-Type: multipart/byteranges; boundary=%d.%d