- improve response performance
[m6w6/ext-http] / tests / redirect_003.phpt
index 58ef385877aa3406658be285c4eb6706372b02d2..6396e09e79f8178042576a4b01b7776a2906cdcb 100644 (file)
@@ -3,14 +3,20 @@ http_redirect() permanent
 --SKIPIF--
 <?php 
 include 'skip.inc';
+checkcgi();
+checkmax(5.0);
 ?>
+--ENV--
+HTTP_HOST=localhost
 --FILE--
 <?php
-http_redirect('redirect', null, false, true);
+include 'log.inc';
+log_prepare(_REDIR_LOG);
+http_redirect('redirect', null, false, HTTP_REDIRECT_PERM);
 ?>
 --EXPECTF--
 Status: 301
-Content-type: text/html
+Content-type: %s
 X-Powered-By: PHP/%s
 Location: http://localhost/redirect