branch off v1 as R_1_7
[m6w6/ext-http] / tests / send_data_005.phpt
index 28cbb786ef0ed49506baafb46bf469d34a1a3dbb..c373b105fb0d4326463e36e6b7b61b0001c76298 100644 (file)
@@ -4,6 +4,7 @@ http_send_data() oversized range
 <?php 
 include 'skip.inc';
 checkcgi();
+checkmin("5.2.5");
 ?>
 --ENV--
 HTTP_RANGE=bytes=5990-6000
@@ -13,5 +14,4 @@ http_send_content_type('text/plain');
 http_send_data(str_repeat('123abc', 1000));
 ?>
 --EXPECTF--
-Status: 416
-%s
+Status: 416%a
\ No newline at end of file