summaryrefslogtreecommitdiff
path: root/php.ini-development
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-01-28 12:54:46 +0100
committerNikita Popov <nikita.ppv@gmail.com>2019-01-28 15:58:23 +0100
commit920b4b249f71e6cbfd795f81c6a08126a33c659e (patch)
tree43cd57464437bc36ef62b069bbe0cdbc6453c9f1 /php.ini-development
parentee16d99504f0014c3d292809da927fb622293f41 (diff)
downloadphp-git-920b4b249f71e6cbfd795f81c6a08126a33c659e.tar.gz
Remove track_errors and $php_errormsg
This has been deprecated in PHP 7.2 as part of https://wiki.php.net/rfc/deprecations_php_7_2.
Diffstat (limited to 'php.ini-development')
-rw-r--r--php.ini-development8
1 files changed, 0 insertions, 8 deletions
diff --git a/php.ini-development b/php.ini-development
index 0566267c2f..64c938ae0d 100644
--- a/php.ini-development
+++ b/php.ini-development
@@ -519,14 +519,6 @@ report_memleaks = On
; This setting is on by default.
;report_zend_debug = 0
-; Store the last error/warning message in $php_errormsg (boolean).
-; This directive is DEPRECATED.
-; Default Value: Off
-; Development Value: Off
-; Production Value: Off
-; http://php.net/track-errors
-;track_errors = Off
-
; Turn off normal error reporting and emit XML-RPC error XML
; http://php.net/xmlrpc-errors
;xmlrpc_errors = 0