Clarify how html_errors and xmlrpc_errors actually works.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339194 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Derick Rethans 2016-05-20 10:22:34 +00:00
parent c08bf3ec57
commit d2dfa4de1d

View file

@ -356,13 +356,16 @@
</term>
<listitem>
<para>
Turn off HTML tags in error messages. The new format for HTML errors
produces clickable messages that direct the user to a page describing
the error or function in causing the error. These references are
affected by
If enabled, error messages will include HTML tags. The format for HTML
errors produces clickable messages that direct the user to a page
describing the error or function in causing the error. These references
are affected by
<link linkend="ini.docref-root">docref_root</link> and
<link linkend="ini.docref-ext">docref_ext</link>.
</para>
<para>
If disabled, error message will be solely plain text.
</para>
</listitem>
</varlistentry>
@ -373,7 +376,8 @@
</term>
<listitem>
<para>
Turns off normal error reporting and formats errors as XML-RPC error message.
If enabled, turns off normal error reporting and formats errors as
XML-RPC error message.
</para>
</listitem>
</varlistentry>