summaryrefslogtreecommitdiff
path: root/php.ini-dist
diff options
context:
space:
mode:
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