philip Thu Jul 22 22:17:35 2004 EDT
Modified files:
/phpdoc/en/reference/info/functions phpinfo.xml
Log:
s/get_loaded_modules/get_loaded_extensions
http://cvs.php.net/diff.php/phpdoc/en/reference/info/functions/phpinfo.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/info/functions/phpinfo.xml
diff -u phpdoc/en/reference/info/functions/phpinfo.xml:1.10
phpdoc/en/reference/info/functions/phpinfo.xml:1.11
--- phpdoc/en/reference/info/functions/phpinfo.xml:1.10 Fri May 21 09:39:53 2004
+++ phpdoc/en/reference/info/functions/phpinfo.xml Thu Jul 22 22:17:35 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
<!-- splitted from ./en/functions/info.xml, last change in rev 1.2 -->
<refentry id="function.phpinfo">
<refnamediv>
@@ -78,7 +78,7 @@
<entry>8</entry>
<entry>
Loaded modules and their respective settings. See also
- <function>get_loaded_modules</function>.
+ <function>get_loaded_extensions</function>.
</entry>
</row>
<row>
@@ -156,7 +156,7 @@
<function>php_logo_guid</function>,
<function>ini_get</function>,
<function>ini_set</function>,
- <function>get_loaded_modules</function>,
+ <function>get_loaded_extensions</function>,
and the section on <link
linkend="language.variables.predefined">Predefined
Variables</link>.