mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
c08bf3ec57
commit
d2dfa4de1d
1 changed files with 9 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue