From b3082cf664069b2b8b9b703ea442ed5a8b0a62f1 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Mon, 7 Apr 2008 21:23:28 +0000 Subject: [PATCH] Add E_DEPRECATED comment --- php.ini-dist | 2 ++ php.ini-recommended | 2 ++ 2 files changed, 4 insertions(+) diff --git a/php.ini-dist b/php.ini-dist index a3dee362f7..0428997ce6 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -243,6 +243,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: ; 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: ; -- 2.50.1