summaryrefslogtreecommitdiff
path: root/php.ini-recommended
diff options
context:
space:
mode:
Diffstat (limited to 'php.ini-recommended')
-rw-r--r--php.ini-recommended1
1 files changed, 1 insertions, 0 deletions
diff --git a/php.ini-recommended b/php.ini-recommended
index c5e6218e61..600ddf3a9e 100644
--- a/php.ini-recommended
+++ b/php.ini-recommended
@@ -282,6 +282,7 @@ memory_limit = 128M ; Maximum amount of memory a script may consume (128M)
; E_USER_NOTICE - user-generated notice message
; E_DEPRECATED - warn about code that will not work in future versions
; of PHP
+; E_USER_DEPRECATED - user-generated deprecation warnings
;
; Examples:
;