From: Christopher Jones Date: Mon, 7 Apr 2008 21:24:04 +0000 (+0000) Subject: MFH: Add E_DEPRECATED comment X-Git-Tag: BEFORE_NEW_PARAMETER_PARSE~421 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6522f854123d32d336eb9c40fb5e783ca72dc4ab;p=php MFH: Add E_DEPRECATED comment --- diff --git a/php.ini-dist b/php.ini-dist index b45eb35a75..89f773ccab 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -293,6 +293,8 @@ memory_limit = 128M ; Maximum amount of memory a script may consume (128MB) ; 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 b3fc54ddd7..ce9f532a63 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -342,6 +342,8 @@ memory_limit = 128M ; Maximum amount of memory a script may consume (128MB) ; 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: ;