- fixup tests
[m6w6/ext-http] / tests / send_data_003.phpt
index 87663fcea9fb376c52176250e61ad50e9e41519d..06bc26771202430a54db5b50444c692a43b573d5 100644 (file)
@@ -4,10 +4,12 @@ http_send_data() NUM-NIL range
 <?php 
 include 'skip.inc';
 checkcgi();
+checkmin(5);
 ?>
+--ENV--
+HTTP_RANGE=bytes=5981-
 --FILE--
 <?php
-$_SERVER['HTTP_RANGE'] = 'bytes=5981-';
 http_send_content_type('text/plain');
 http_send_data(str_repeat('123abc', 1000));
 ?>
@@ -19,4 +21,4 @@ Accept-Ranges: bytes
 Content-Range: bytes 5981-5999/6000
 Content-Length: 19
 
-c123abc123abc123abc
\ No newline at end of file
+c123abc123abc123abc