thetaphi                Tue Jul 15 13:59:36 2003 EDT

  Modified files:              
    /phpdoc/en/reference/apache/functions       apache-request-headers.xml 
                                                apache-response-headers.xml 
                                                getallheaders.xml virtual.xml 
  Log:
  tell user that some apache-functions now are in NSAPI, too
  
Index: phpdoc/en/reference/apache/functions/apache-request-headers.xml
diff -u phpdoc/en/reference/apache/functions/apache-request-headers.xml:1.2 
phpdoc/en/reference/apache/functions/apache-request-headers.xml:1.3
--- phpdoc/en/reference/apache/functions/apache-request-headers.xml:1.2 Tue Jun 17 
06:21:07 2003
+++ phpdoc/en/reference/apache/functions/apache-request-headers.xml     Tue Jul 15 
13:59:36 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/apache.xml, last change in rev 1.2 -->
   <refentry id="function.apache-request-headers">
    <refnamediv>
@@ -13,9 +13,9 @@
       <void/>
      </methodsynopsis>
     <para>
-     <function>apache_request_headers</function> returns an associative 
-     array of all the HTTP headers in the current request.  This is only 
-     supported when PHP runs as an <productname>Apache</productname> 
+     <function>apache_request_headers</function> returns an associative
+     array of all the HTTP headers in the current request.  This is only
+     supported when PHP runs as an <productname>Apache</productname>
      module.
     </para>
     <para>
@@ -36,9 +36,9 @@
     </para>
     <note>
      <para>
-      Prior to PHP 4.3.0, <function>apache_request_headers</function> was 
+      Prior to PHP 4.3.0, <function>apache_request_headers</function> was
       called <function>getallheaders</function>.  After PHP 4.3.0,
-      <function>getallheaders</function> is an alias for 
+      <function>getallheaders</function> is an alias for
       <function>apache_request_headers</function>.
      </para>
     </note>
@@ -47,8 +47,15 @@
       You can also get at the value of the common CGI variables by
       reading them from the environment, which works whether or not
       you are using PHP as an <productname>Apache</productname> module. Use
-      <function>phpinfo</function> to see a list of all of the available 
+      <function>phpinfo</function> to see a list of all of the available
       <link linkend="language.variables.predefined">environment variables</link>.
+     </para>
+    </note>
+    <note>
+     <para>
+      From PHP 4.3.3 on you can use this function with the
+      <link linkend='ref.nsapi'>NSAPI server module</link> in Netscape/iPlanet/SunONE
+      webservers, too.
      </para>
     </note>
    </refsect1>
Index: phpdoc/en/reference/apache/functions/apache-response-headers.xml
diff -u phpdoc/en/reference/apache/functions/apache-response-headers.xml:1.2 
phpdoc/en/reference/apache/functions/apache-response-headers.xml:1.3
--- phpdoc/en/reference/apache/functions/apache-response-headers.xml:1.2        Thu 
Sep  5 16:38:44 2002
+++ phpdoc/en/reference/apache/functions/apache-response-headers.xml    Tue Jul 15 
13:59:36 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/apache.xml, last change in rev 1.2 -->
   <refentry id="function.apache-response-headers">
    <refnamediv>
@@ -22,6 +22,13 @@
      See also <function>getallheaders</function> and
      <function>headers_sent</function>.
     </para>
+    <note>
+     <para>
+      From PHP 4.3.3 on you can use this function with the
+      <link linkend='ref.nsapi'>NSAPI server module</link> in Netscape/iPlanet/SunONE
+      webservers, too.
+     </para>
+    </note>
    </refsect1>
   </refentry>
 
Index: phpdoc/en/reference/apache/functions/getallheaders.xml
diff -u phpdoc/en/reference/apache/functions/getallheaders.xml:1.4 
phpdoc/en/reference/apache/functions/getallheaders.xml:1.5
--- phpdoc/en/reference/apache/functions/getallheaders.xml:1.4  Thu Jul 11 17:42:57 
2002
+++ phpdoc/en/reference/apache/functions/getallheaders.xml      Tue Jul 15 13:59:36 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/apache.xml, last change in rev 1.2 -->
   <refentry id="function.getallheaders">
    <refnamediv>
@@ -13,24 +13,31 @@
       <void/>
      </methodsynopsis>
     <para>
-     <function>getallheaders</function> is an alias for 
-     <function>apache_request_headers</function>.  It will return an 
+     <function>getallheaders</function> is an alias for
+     <function>apache_request_headers</function>.  It will return an
      associative array of all the HTTP headers in the current request.
-     Please read the <function>apache_request_headers</function> 
+     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 
+      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 
+      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>
+    <note>
+     <para>
+      From PHP 4.3.3 on you can use this function with the
+      <link linkend='ref.nsapi'>NSAPI server module</link> in Netscape/iPlanet/SunONE
+      webservers, too.
+     </para>
+    </note>
    </refsect1>
   </refentry>
 
Index: phpdoc/en/reference/apache/functions/virtual.xml
diff -u phpdoc/en/reference/apache/functions/virtual.xml:1.4 
phpdoc/en/reference/apache/functions/virtual.xml:1.5
--- phpdoc/en/reference/apache/functions/virtual.xml:1.4        Sat May  3 17:03:50 
2003
+++ phpdoc/en/reference/apache/functions/virtual.xml    Tue Jul 15 13:59:36 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/apache.xml, last change in rev 1.20 -->
   <refentry id="function.virtual">
    <refnamediv>
@@ -30,6 +30,13 @@
      However, it is typically better to use <function>include</function> or
      <function>require</function> if you need to include another PHP file.
     </para>
+    <note>
+     <para>
+      From PHP 4.3.3 on you can use this function with the
+      <link linkend='ref.nsapi'>NSAPI server module</link> in Netscape/iPlanet/SunONE
+      webservers, too.
+     </para>
+    </note>
    </refsect1>
   </refentry>
 



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

Reply via email to