- improve response performance
[m6w6/ext-http] / tests / send_ifrange_001.phpt
index 4328226dd000bbb8902b8ca93831762458eab912..9b3697197ade931d2f1660fee1145ac72b048deb 100644 (file)
@@ -5,10 +5,11 @@ http_send() If-Range
 include 'skip.inc';
 checkcgi();
 ?>
+--ENV--
+HTTP_RANGE=bytes=0-1
+HTTP_IF_RANGE="abc"
 --FILE--
 <?php
-$_SERVER['HTTP_RANGE'] = 'bytes=0-1';
-$_SERVER['HTTP_IF_RANGE'] = '"abc"';
 http_cache_etag('abc');
 http_send_file(__FILE__);
 ?>