From 06773145ff9bb8ddbabf8187ec417359a5556c93 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Wed, 21 May 2003 13:48:45 +0000 Subject: [PATCH] closing 23737 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@128205 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/http/functions/header.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/http/functions/header.xml b/reference/http/functions/header.xml index 813cb06770..8b86b463d1 100644 --- a/reference/http/functions/header.xml +++ b/reference/http/functions/header.xml @@ -1,5 +1,5 @@ - + @@ -63,7 +63,7 @@ header('WWW-Authenticate: NTLM', FALSE); The HTTP status header line will always be the first sent to the client, regardless of the actual header - call beeing the first or not. The status may be overridden + call being the first or not. The status may be overridden by calling header with a new status line at any time unless the HTTP headers have already been sent.