- enable zlib by default
[m6w6/ext-http] / tests / send_data_003.phpt
index bbc8d785b4ea72a0afd501157f5e8b31436bb60e..87663fcea9fb376c52176250e61ad50e9e41519d 100644 (file)
@@ -5,10 +5,9 @@ http_send_data() NUM-NIL range
 include 'skip.inc';
 checkcgi();
 ?>
---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));
 ?>