vrana           Wed Aug  4 04:35:57 2004 EDT

  Modified files:              
    /phpdoc/en/reference/apache/functions       apache-get-modules.xml 
                                                apache-get-version.xml 
  Log:
  Availability in different Apache versions
  
http://cvs.php.net/diff.php/phpdoc/en/reference/apache/functions/apache-get-modules.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/apache/functions/apache-get-modules.xml
diff -u phpdoc/en/reference/apache/functions/apache-get-modules.xml:1.2 
phpdoc/en/reference/apache/functions/apache-get-modules.xml:1.3
--- phpdoc/en/reference/apache/functions/apache-get-modules.xml:1.2     Sun Jan 11 
19:34:27 2004
+++ phpdoc/en/reference/apache/functions/apache-get-modules.xml Wed Aug  4 04:35:50 
2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id="function.apache-get-modules">
    <refnamediv>
     <refname>apache_get_modules</refname>
@@ -44,6 +44,13 @@
       </screen>
      </example>
     </para>
+    <note>
+     <para>
+      This function is available only in Apache 2 <emphasis>handler</emphasis>.
+      As of PHP 5, it is available also in Apache 2 <emphasis>filter</emphasis>
+      and Apache 1.
+     </para>
+    </note>
    </refsect1>
   </refentry>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/apache/functions/apache-get-version.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/apache/functions/apache-get-version.xml
diff -u phpdoc/en/reference/apache/functions/apache-get-version.xml:1.3 
phpdoc/en/reference/apache/functions/apache-get-version.xml:1.4
--- phpdoc/en/reference/apache/functions/apache-get-version.xml:1.3     Tue Mar  2 
03:47:29 2004
+++ phpdoc/en/reference/apache/functions/apache-get-version.xml Wed Aug  4 04:35:51 
2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
   <refentry id="function.apache-get-version">
    <refnamediv>
     <refname>apache_get_version</refname>
@@ -36,6 +36,13 @@
 ]]>
      </screen>
     </example>
+    <note>
+     <para>
+      This function is available only in Apache 2 <emphasis>handler</emphasis>.
+      As of PHP 4.3.4, it is available also in Apache 1 and as of PHP 5, it is
+      available also in Apache 2 <emphasis>filter</emphasis>.
+     </para>
+    </note>
     <para>
      See also <function>phpinfo</function>.
     </para>

Reply via email to