vrana Thu Mar 31 11:06:08 2005 EDT
Modified files:
/phpdoc/en/reference/http/functions header.xml
Log:
Remove confusing note about Status: in PHP 3 (bug #32122)
http://cvs.php.net/diff.php/phpdoc/en/reference/http/functions/header.xml?r1=1.24&r2=1.25&ty=u
Index: phpdoc/en/reference/http/functions/header.xml
diff -u phpdoc/en/reference/http/functions/header.xml:1.24
phpdoc/en/reference/http/functions/header.xml:1.25
--- phpdoc/en/reference/http/functions/header.xml:1.24 Thu Jul 22 20:18:21 2004
+++ phpdoc/en/reference/http/functions/header.xml Thu Mar 31 11:06:01 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.24 $ -->
+<!-- $Revision: 1.25 $ -->
<!-- splitted from ./en/functions/http.xml, last change in rev 1.2 -->
<refentry id="function.header">
<refnamediv>
@@ -73,22 +73,6 @@
at any time unless the HTTP headers have already been sent.
</para>
</note>
- <note>
- <para>
- In PHP 3, this only works when PHP is compiled as an Apache
- module. You can achieve the same effect using the
- <literal>Status</literal> header.
- <informalexample>
- <programlisting role="php">
-<![CDATA[
-<?php
-header("Status: 404 Not Found");
-?>
-]]>
- </programlisting>
- </informalexample>
- </para>
- </note>
<para>
The second special case is the "Location:" header. Not only does
it send this header back to the browser, but it also returns a