From: Christopher Jones Date: Mon, 7 Apr 2008 21:23:28 +0000 (+0000) Subject: Add E_DEPRECATED comment X-Git-Tag: RELEASE_2_0_0b1~492 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b3082cf664069b2b8b9b703ea442ed5a8b0a62f1;p=php Add E_DEPRECATED comment --- 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: ;