]> granicus.if.org Git - php/commitdiff
Ansrei reverted this
authorAndrey Hristov <andrey@php.net>
Sun, 23 May 2004 15:21:38 +0000 (15:21 +0000)
committerAndrey Hristov <andrey@php.net>
Sun, 23 May 2004 15:21:38 +0000 (15:21 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 56c1c45c80b5bac96615c8d31e5e240f16c25fc6..bf799e81db016a1cb2312ecb16585b7b5f92a12f 100644 (file)
--- 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).