nlopess Thu Feb 26 10:34:37 2004 EDT
Modified files:
/phpdoc/en/reference/info/functions phpinfo.xml
Log:
html_errors note
http://cvs.php.net/diff.php/phpdoc/en/reference/info/functions/phpinfo.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/info/functions/phpinfo.xml
diff -u phpdoc/en/reference/info/functions/phpinfo.xml:1.8
phpdoc/en/reference/info/functions/phpinfo.xml:1.9
--- phpdoc/en/reference/info/functions/phpinfo.xml:1.8 Sat Dec 20 20:22:52 2003
+++ phpdoc/en/reference/info/functions/phpinfo.xml Thu Feb 26 10:34:37 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<!-- splitted from ./en/functions/info.xml, last change in rev 1.2 -->
<refentry id="function.phpinfo">
<refnamediv>
@@ -139,11 +139,18 @@
<note>
<para>
Parts of the information displayed are disabled when the
- <literal>expose_php</literal> configuration setting is set to
- <literal>off</literal>. This includes the PHP and Zend logos,
+ <link linkend="ini.expose-php">expose_php</link> configuration setting
+ is set to <literal>off</literal>. This includes the PHP and Zend logos,
and the credits.
</para>
</note>
+ <note>
+ <para>
+ Since PHP 4.3.0, if <link linkend="ini.html-errors">html_errors</link>
+ is <literal>off</literal>, <function>phpinfo</function> outputs plain
+ text instead of HTML.
+ </para>
+ </note>
<para>
See also <function>phpversion</function>,
<function>phpcredits</function>,