From d2dfa4de1da985fc646bb836950b3c7a19638c83 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Fri, 20 May 2016 10:22:34 +0000 Subject: [PATCH] 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 --- reference/errorfunc/ini.xml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/reference/errorfunc/ini.xml b/reference/errorfunc/ini.xml index 8431c3ce74..875f83a112 100644 --- a/reference/errorfunc/ini.xml +++ b/reference/errorfunc/ini.xml @@ -356,13 +356,16 @@ - 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 docref_root and docref_ext. + + If disabled, error message will be solely plain text. + @@ -373,7 +376,8 @@ - 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.