- unset the time condition option in curl properly if we unset the lastmodified option
[m6w6/ext-http] / tests / redirect_002.phpt
index da77696ffe9155acdbd6bc67fdbb10a3c69ccd7f..e577810b05f5c5d080d778fd6404da74cb043922 100644 (file)
@@ -4,9 +4,14 @@ http_redirect() with session
 <?php 
 include 'skip.inc';
 checkcgi();
+checkext('session');
 ?>
+--ENV--
+HTTP_HOST=localhost
 --FILE--
 <?php
+include 'log.inc';
+log_prepare(_REDIR_LOG);
 session_start();
 http_redirect('redirect', array('a' => 1), true);
 ?>