Updated possible values for display errors INI configurations#5486
Open
Narkunan wants to merge 2 commits intophp:masterfrom
Open
Updated possible values for display errors INI configurations#5486Narkunan wants to merge 2 commits intophp:masterfrom
Narkunan wants to merge 2 commits intophp:masterfrom
Conversation
lacatoire
reviewed
Apr 21, 2026
Comment on lines
+211
to
+213
| <para> | ||
| Possible Values: | ||
| </para> |
Member
There was a problem hiding this comment.
Suggested change
| <para> | |
| Possible Values: | |
| </para> | |
| <simpara> | |
| Possible Values: | |
| </simpara> |
lacatoire
reviewed
Apr 21, 2026
Comment on lines
+214
to
+233
| <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> |
Member
There was a problem hiding this comment.
Suggested change
| <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> | |
| The accepted values are: | |
| <simplelist> | |
| <member> | |
| <literal>Off</literal>: do not display any errors. | |
| </member> | |
| <member> | |
| <literal>On</literal> or <literal>stdout</literal>: display errors to <literal>stdout</literal>. This is the default. | |
| </member> | |
| <member> | |
| <literal>stderr</literal>: display errors to <literal>stderr</literal>. Only effective for the <literal>CLI</literal> and <literal>CGI</literal> SAPIs. | |
| </member> | |
| </simplelist> | |
| </para> |
lacatoire
reviewed
Apr 21, 2026
Comment on lines
234
to
237
Member
There was a problem hiding this comment.
Suggested change
| <simpara> | |
| The bundled <literal>php.ini-development</literal> sets this to | |
| <literal>On</literal>; <literal>php.ini-production</literal> sets | |
| it to <literal>Off</literal>. | |
| </simpara> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix issue #2525