- enable zlib by default
[m6w6/ext-http] / tests / send_data_005.phpt
index af4b0eeb180e88326c6a9e22c89fd95ece08c000..286c7e996896dbec3a0cde16a4a07e50282a87cf 100644 (file)
@@ -3,11 +3,11 @@ http_send_data() oversized range
 --SKIPIF--
 <?php 
 include 'skip.inc';
+checkcgi();
 ?>
---ENV--
-HTTP_RANGE=bytes=5990-6000
 --FILE--
 <?php
+$_SERVER['HTTP_RANGE'] = 'bytes=5990-6000';
 http_send_content_type('text/plain');
 http_send_data(str_repeat('123abc', 1000));
 ?>