From 4750e76dd93e4ed71e2e869eb1e9863deeb04cb8 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Thu, 13 Nov 2008 19:05:36 +0000 Subject: Document the xmlrpc_errors option, it is totally unrelated to the extension --- php.ini-dist | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'php.ini-dist') 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 -- cgit v1.2.1