vrana Tue Sep 4 13:46:40 2007 UTC
Modified files:
/phpdoc/en/reference/errorfunc ini.xml
Log:
display_errors=stderr
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/errorfunc/ini.xml?r1=1.34&r2=1.35&diff_format=u
Index: phpdoc/en/reference/errorfunc/ini.xml
diff -u phpdoc/en/reference/errorfunc/ini.xml:1.34
phpdoc/en/reference/errorfunc/ini.xml:1.35
--- phpdoc/en/reference/errorfunc/ini.xml:1.34 Wed Jun 20 22:24:23 2007
+++ phpdoc/en/reference/errorfunc/ini.xml Tue Sep 4 13:46:40 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.34 $ -->
+<!-- $Revision: 1.35 $ -->
<section xml:id="errorfunc.configuration"
xmlns="http://docbook.org/ns/docbook">
&reftitle.runtime;
&extension.runtime;
@@ -189,13 +189,18 @@
<varlistentry xml:id="ini.display-errors">
<term>
<parameter>display_errors</parameter>
- <type>boolean</type>
+ <type>string</type>
</term>
<listitem>
<para>
This determines whether errors should be printed to the screen
as part of the output or if they should be hidden from the user.
</para>
+ <para>
+ Value "stderr" sends the errors to <literal>stderr</literal> instead of
+ <literal>stdout</literal>. The value is available as of PHP 5.2.4. In
+ earlier versions, this directive was of type <type>boolean</type>.
+ </para>
<note>
<para>
This is a feature to support your development and should never be used