From b3082cf664069b2b8b9b703ea442ed5a8b0a62f1 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Mon, 7 Apr 2008 21:23:28 +0000 Subject: Add E_DEPRECATED comment --- php.ini-recommended | 2 ++ 1 file changed, 2 insertions(+) (limited to 'php.ini-recommended') diff --git a/php.ini-recommended b/php.ini-recommended index ef5c80ba0e..c5e6218e61 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -280,6 +280,8 @@ memory_limit = 128M ; Maximum amount of memory a script may consume (128M) ; E_USER_ERROR - user-generated error message ; E_USER_WARNING - user-generated warning message ; E_USER_NOTICE - user-generated notice message +; E_DEPRECATED - warn about code that will not work in future versions +; of PHP ; ; Examples: ; -- cgit v1.2.1