From: Andrey Hristov Date: Sun, 23 May 2004 15:21:38 +0000 (+0000) Subject: Ansrei reverted this X-Git-Tag: php-5.0.0RC3RC1~72 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=794065776adb530204c93d03dce1dbe4dcdb2b27;p=php Ansrei reverted this --- diff --git a/NEWS b/NEWS index 56c1c45c80..bf799e81db 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,6 @@ 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).