From: Hannes Magnusson Date: Thu, 13 Nov 2008 19:05:36 +0000 (+0000) Subject: Document the xmlrpc_errors option, it is totally unrelated to the extension X-Git-Tag: BEFORE_HEAD_NS_CHANGES_MERGE~180 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4750e76dd93e4ed71e2e869eb1e9863deeb04cb8;p=php Document the xmlrpc_errors option, it is totally unrelated to the extension --- diff --git a/php.ini-dist b/php.ini-dist index 3f12f869c7..168768e3e0 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -315,6 +315,11 @@ report_memleaks = On ; Store the last error/warning message in $php_errormsg (boolean). track_errors = Off +; Turn off normal error reporting and emit XML-RPC error XML +;xmlrpc_errors = 0 +; An XML-RPC faultCode +;xmlrpc_error_number = 0 + ; Disable the inclusion of HTML tags in error messages. ; Note: Never use this feature for production boxes. ;html_errors = Off @@ -629,10 +634,6 @@ default_socket_timeout = 60 [sqlite3] ;sqlite3.extension_dir = -[xmlrpc] -;xmlrpc_error_number = 0 -;xmlrpc_errors = 0 - [Pcre] ;PCRE library backtracking limit. ;pcre.backtrack_limit=100000 diff --git a/php.ini-recommended b/php.ini-recommended index b73f85df03..ce89222923 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -354,6 +354,11 @@ report_memleaks = On ; Store the last error/warning message in $php_errormsg (boolean). track_errors = Off +; Turn off normal error reporting and emit XML-RPC error XML +;xmlrpc_errors = 0 +; An XML-RPC faultCode +;xmlrpc_error_number = 0 + ; Disable the inclusion of HTML tags in error messages. ; Note: Never use this feature for production boxes. ;html_errors = Off @@ -666,10 +671,6 @@ default_socket_timeout = 60 [sqlite3] ;sqlite3.extension_dir = -[xmlrpc] -;xmlrpc_error_number = 0 -;xmlrpc_errors = 0 - [Pcre] ;PCRE library backtracking limit. ;pcre.backtrack_limit=100000