- enable zlib by default
[m6w6/ext-http] / tests / send_data_006.phpt
index 43d7a93ca810d50e067b4b51b5aa21129f8f9e1e..7771b8b9e38714b6438841f7ea49ef3b1ac3d26d 100644 (file)
@@ -9,6 +9,7 @@ checkcgi();
 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));
 ?>