From: Felipe Pena Date: Thu, 25 Jun 2009 14:56:14 +0000 (+0000) Subject: - Added note about deprecation of "#" comment-style in .INI files X-Git-Tag: php-5.3.0~44 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f03c5db12edd0dc527c6471feddfc3ccfbcc88eb;p=php - Added note about deprecation of "#" comment-style in .INI files --- diff --git a/UPGRADING b/UPGRADING index e94fed1cb1..3f75fdf308 100755 --- a/UPGRADING +++ b/UPGRADING @@ -158,6 +158,8 @@ UPGRADE NOTES - PHP 5.3 - session_register(), session_unregister(), and session_is_registered() are now deprecated. Use the $_SESSION superglobal array instead. +- Comments starting with '#' are deprecated in .INI files. + - The following ini directives will now emit an E_DEPRECATED warning upon startup if they are activated: