From 6522f854123d32d336eb9c40fb5e783ca72dc4ab Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Mon, 7 Apr 2008 21:24:04 +0000 Subject: [PATCH] MFH: 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 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: ; -- 2.50.1