From 5919165375ce44b9c14d5910030dcf03f3dbfa8c Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Mon, 21 Jul 2008 09:36:21 +0000 Subject: Add E_USER_DEPRECATED (patch by Lars Strojny) --- php.ini-dist | 1 + 1 file changed, 1 insertion(+) (limited to 'php.ini-dist') diff --git a/php.ini-dist b/php.ini-dist index 0428997ce6..dfc89142dc 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -245,6 +245,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: ; -- cgit v1.2.1