philip          Sat Jun 21 21:17:45 2003 EDT

  Modified files:              
    /phpdoc/en/reference/info/functions phpinfo.xml 
  Log:
  See also get_loaded_modules().
  
  
Index: phpdoc/en/reference/info/functions/phpinfo.xml
diff -u phpdoc/en/reference/info/functions/phpinfo.xml:1.3 
phpdoc/en/reference/info/functions/phpinfo.xml:1.4
--- phpdoc/en/reference/info/functions/phpinfo.xml:1.3  Mon Jun 16 15:33:51 2003
+++ phpdoc/en/reference/info/functions/phpinfo.xml      Sat Jun 21 21:17:44 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/info.xml, last change in rev 1.2 -->
   <refentry id="function.phpinfo">
    <refnamediv>
@@ -77,7 +77,8 @@
          <entry>INFO_MODULES</entry>
          <entry>8</entry>
          <entry>
-          Loaded modules and their respective settings.
+          Loaded modules and their respective settings.  See also
+          <function>get_loaded_modules</function>.
          </entry>
         </row>
         <row>
@@ -144,10 +145,13 @@
      </para>
     </note>
     <para>
-    See also: <function>phpversion</function>,
+    See also <function>phpversion</function>,
     <function>phpcredits</function>,
-    <function>php_logo_guid</function>, <function>ini_get</function>,
-    <function>ini_set</function>, and the section on <link
+    <function>php_logo_guid</function>, 
+    <function>ini_get</function>,
+    <function>ini_set</function>, 
+    <function>get_loaded_modules</function>,
+    and the section on <link
     linkend="language.variables.predefined">Predefined
     Variables</link>.
     </para>



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

Reply via email to