- fix some tests on linux
[m6w6/ext-http] / tests / redirect_003.phpt
index 58ef385877aa3406658be285c4eb6706372b02d2..ba9b83b6734b7382f25770ab9eddd6d519c7b7ff 100644 (file)
@@ -3,9 +3,14 @@ http_redirect() permanent
 --SKIPIF--
 <?php 
 include 'skip.inc';
+checkcgi();
 ?>
+--ENV--
+HTTP_HOST=localhost
 --FILE--
 <?php
+include 'log.inc';
+log_prepare(_REDIR_LOG);
 http_redirect('redirect', null, false, true);
 ?>
 --EXPECTF--