summaryrefslogtreecommitdiff
path: root/php.ini-production
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-08-30 10:31:32 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-09-02 10:03:26 +0200
commitea5854ca8c1193aacaee6fe059b2bfba636769e0 (patch)
tree2ea436f3e20a1ff7be44031b03141dd85b93b464 /php.ini-production
parentf50f7418b5c1bd0998feb987193c8859610d6ac9 (diff)
downloadphp-git-ea5854ca8c1193aacaee6fe059b2bfba636769e0.tar.gz
Make error_reporting=E_ALL the default
Diffstat (limited to 'php.ini-production')
-rw-r--r--php.ini-production4
1 files changed, 2 insertions, 2 deletions
diff --git a/php.ini-production b/php.ini-production
index 2184643e23..6f696246e7 100644
--- a/php.ini-production
+++ b/php.ini-production
@@ -104,7 +104,7 @@
; Production Value: Off
; error_reporting
-; Default Value: E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
+; Default Value: E_ALL
; Development Value: E_ALL
; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT
@@ -451,7 +451,7 @@ memory_limit = 128M
; E_ALL & ~E_NOTICE (Show all errors, except for notices)
; E_ALL & ~E_NOTICE & ~E_STRICT (Show all errors, except for notices and coding standards warnings.)
; E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR (Show only errors)
-; Default Value: E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
+; Default Value: E_ALL
; Development Value: E_ALL
; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT
; http://php.net/error-reporting