From: Hannes Magnusson Date: Thu, 13 Nov 2008 19:06:28 +0000 (+0000) Subject: MFH: Document the xmlrpc_errors option X-Git-Tag: php-5.3.0alpha2~162 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4562ddaba439e111b4526d6375c34f20c334f884;p=php MFH: Document the xmlrpc_errors option --- diff --git a/php.ini-dist b/php.ini-dist index b4f37a7db6..80f1c9c2c2 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -365,6 +365,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 @@ -701,10 +706,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 cbe02a522d..48e664a4fe 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -417,6 +417,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 @@ -753,10 +758,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