summaryrefslogtreecommitdiff
path: root/php.ini-dist
diff options
context:
space:
mode:
authorHannes Magnusson <bjori@php.net>2008-11-13 19:05:36 +0000
committerHannes Magnusson <bjori@php.net>2008-11-13 19:05:36 +0000
commit4750e76dd93e4ed71e2e869eb1e9863deeb04cb8 (patch)
treee8ba203c2b19c5f9bd905a1658953c7a19b0ac0b /php.ini-dist
parent01deabb5cdc6edf490b83e4ca51150b605d37cd3 (diff)
downloadphp-git-4750e76dd93e4ed71e2e869eb1e9863deeb04cb8.tar.gz
Document the xmlrpc_errors option, it is totally unrelated to the extension
Diffstat (limited to 'php.ini-dist')
-rw-r--r--php.ini-dist9
1 files changed, 5 insertions, 4 deletions
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