felipe Thu Jun 25 14:56:14 2009 UTC Modified files: (Branch: PHP_5_3) /php-src UPGRADING Log: - Added note about deprecation of "#" comment-style in .INI files http://cvs.php.net/viewvc.cgi/php-src/UPGRADING?r1=1.1.2.3.2.1.2.24&r2=1.1.2.3.2.1.2.25&diff_format=u Index: php-src/UPGRADING diff -u php-src/UPGRADING:1.1.2.3.2.1.2.24 php-src/UPGRADING:1.1.2.3.2.1.2.25 --- php-src/UPGRADING:1.1.2.3.2.1.2.24 Thu Jun 25 13:00:08 2009 +++ php-src/UPGRADING Thu Jun 25 14:56:14 2009 @@ -1,4 +1,4 @@ -$Id: UPGRADING,v 1.1.2.3.2.1.2.24 2009/06/25 13:00:08 mattwil Exp $ +$Id: UPGRADING,v 1.1.2.3.2.1.2.25 2009/06/25 14:56:14 felipe Exp $ UPGRADE NOTES - PHP 5.3 @@ -158,6 +158,8 @@ - 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:
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php