- fixup tests
[m6w6/ext-http] / tests / send_data_006.phpt
index 7771b8b9e38714b6438841f7ea49ef3b1ac3d26d..a8ab006ebbdbac2bb5650f8265a814b866b41e13 100644 (file)
@@ -4,12 +4,12 @@ http_send_data() multiple ranges
 <?php 
 include 'skip.inc';
 checkcgi();
+checkmin(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_data(str_repeat('123abc', 1000));
 ?>