philip          Thu Jul 11 17:42:57 2002 EDT

  Modified files:              
    /phpdoc/en/reference/apache/functions       getallheaders.xml 
  Log:
  <note>: This became an alias in PHP 4.3.0
  
  
Index: phpdoc/en/reference/apache/functions/getallheaders.xml
diff -u phpdoc/en/reference/apache/functions/getallheaders.xml:1.3 
phpdoc/en/reference/apache/functions/getallheaders.xml:1.4
--- phpdoc/en/reference/apache/functions/getallheaders.xml:1.3  Thu Jul 11 17:34:24 
2002
+++ phpdoc/en/reference/apache/functions/getallheaders.xml      Thu Jul 11 17:42:57 
+2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/apache.xml, last change in rev 1.2 -->
   <refentry id="function.getallheaders">
    <refnamediv>
@@ -19,6 +19,15 @@
      Please read the <function>apache_request_headers</function> 
      documentation for more information on how this function works.
     </para>
+    <note>
+     <para>
+      In PHP 4.3.0, <function>getallheaders</function> became an 
+      alias for <function>apache_request_headers</function>.
+      Essentially, it was renamed.  This is because this function 
+      only works when PHP is compiled as an 
+      <productname>Apache</productname> Module.
+     </para>
+    </note>
     <para>
      See also <function>apache_request_headers</function>.
     </para>



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

Reply via email to