philip          Thu Jun  5 13:27:46 2003 EDT

  Modified files:              
    /phpdoc/en/chapters config.xml 
  Log:
  initial docs for the mysterious cgi.rfc2616_headers directive.
  # Nobody can find any real use for this directive except that it should be 0.
  
  
Index: phpdoc/en/chapters/config.xml
diff -u phpdoc/en/chapters/config.xml:1.103 phpdoc/en/chapters/config.xml:1.104
--- phpdoc/en/chapters/config.xml:1.103 Wed May 21 06:34:22 2003
+++ phpdoc/en/chapters/config.xml       Thu Jun  5 13:27:46 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.103 $ -->
+<!-- $Revision: 1.104 $ -->
  <chapter id="configuration">
   <title>Configuration</title>
 
@@ -944,6 +944,11 @@
          <entry>"0"</entry>
          <entry>PHP_INI_SYSTEM</entry>
         </row>
+        <row>
+         <entry>cgi.rfc2616_headers</entry>
+         <entry>"0"</entry>
+         <entry>PHP_INI_SYSTEM</entry>
+        </row>
        </tbody>
       </tgroup>
      </table>
@@ -1106,6 +1111,22 @@
          security context that the request runs under. mod_fastcgi under Apache
          does not currently support this feature (03/17/2002)
          Set to 1 if running under IIS. Default is zero.
+        </para>
+       </listitem>
+      </varlistentry>
+
+      <varlistentry id="ini.cgi.rfc2616_headers">
+       <term>
+        <parameter>cgi.rfc2616_headers</parameter>
+        <type>int</type>
+       </term>
+       <listitem>
+        <para>
+         Tells PHP what type of headers to use when sending HTTP response
+         code. If it's set 0, PHP sends a Status: header that is supported
+         by Apache and other web servers. When this option is set to 1, PHP
+         will send <ulink url="&url.rfc;2616">RFC 2616</ulink> compliant
+         headers.  Leave it set to 0 unless you know what you're doing.
         </para>
        </listitem>
       </varlistentry>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to