summaryrefslogtreecommitdiff
path: root/php.ini-recommended
diff options
context:
space:
mode:
authorHannes Magnusson <bjori@php.net>2008-07-21 09:36:21 +0000
committerHannes Magnusson <bjori@php.net>2008-07-21 09:36:21 +0000
commit5919165375ce44b9c14d5910030dcf03f3dbfa8c (patch)
tree3e52a24fb0ab66bdf15cf39ee6578a6a48029726 /php.ini-recommended
parent637e591a3dd30cb35e60a85217981bae4a43691d (diff)
downloadphp-git-5919165375ce44b9c14d5910030dcf03f3dbfa8c.tar.gz
Add E_USER_DEPRECATED (patch by Lars Strojny)
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:
;