From f03c5db12edd0dc527c6471feddfc3ccfbcc88eb Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Thu, 25 Jun 2009 14:56:14 +0000 Subject: [PATCH] - Added note about deprecation of "#" comment-style in .INI files --- UPGRADING | 2 ++ 1 file changed, 2 insertions(+) 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: -- 2.50.1