Skip to content

Commit 14eff76

Browse files
committed
Updated possible values for display errors INI configurations
1 parent 1987020 commit 14eff76

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

reference/errorfunc/ini.xml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,29 @@
208208
This determines whether errors should be printed to the screen
209209
as part of the output or if they should be hidden from the user.
210210
</para>
211+
<para>
212+
Possible Values:
213+
</para>
214+
<itemizedlist>
215+
<listitem>
216+
Off = Do not display any errors
217+
</listitem>
218+
<listitem>
219+
stderr = Display errors to <literal>STDERR</literal> (affects only CGI/CLI binaries!)
220+
</listitem>
221+
<listitem>
222+
On or stdout = Display errors to <literal>STDOUT</literal>
223+
</listitem>
224+
<listitem>
225+
Default Value: On
226+
</listitem>
227+
<listitem>
228+
Development Value: On
229+
</listitem>
230+
<listitem>
231+
Production Value: Off
232+
</listitem>
233+
</itemizedlist>
211234
<para>
212235
Value <literal>"stderr"</literal> sends the errors to <literal>stderr</literal>
213236
instead of <literal>stdout</literal>.

0 commit comments

Comments
 (0)