Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions reference/errorfunc/ini.xml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,29 @@
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>
Possible Values:
</para>
<itemizedlist>
<listitem>
<para>Off = Do not display any errors</para>
</listitem>
<listitem>
<para>stderr = Display errors to <literal>STDERR</literal> (affects only CGI/CLI binaries!)</para>
</listitem>
<listitem>
<para> On or stdout = Display errors to <literal>STDOUT</literal></para>
</listitem>
<listitem>
<para> Default Value: On</para>
</listitem>
<listitem>
<para>Development Value: On</para>
</listitem>
<listitem>
<para>Production Value: Off</para>
</listitem>
</itemizedlist>
<para>
Value <literal>"stderr"</literal> sends the errors to <literal>stderr</literal>
instead of <literal>stdout</literal>.
Expand Down