From: Andrei Zmievski Date: Fri, 14 May 2004 21:10:02 +0000 (+0000) Subject: .ini variables patch notice X-Git-Tag: RELEASE_0_1~202 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=66181dde3baef012546f41083f0747311a518418;p=php .ini variables patch notice --- diff --git a/NEWS b/NEWS index 5eeb5052f0..99b4930b9e 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2004, PHP 5 Release Candidate 3 +- Added ability to refer to existing .ini variables from within .ini files, as + in: + open_basedir = ${open_basedir} ":/new/dir" + (Andrei) - Added count() support for COM arrays. (Wez) - Changed tidy_node to tidyNode and removed tidy_exception. (John) - Fixed bug #28311 (Transparency detection code is off by 1).