]> granicus.if.org Git - php/commitdiff
.ini variables patch notice
authorAndrei Zmievski <andrei@php.net>
Fri, 14 May 2004 21:10:02 +0000 (21:10 +0000)
committerAndrei Zmievski <andrei@php.net>
Fri, 14 May 2004 21:10:02 +0000 (21:10 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 5eeb5052f064f9bb2af1b7e972b264a3a1d0f267..99b4930b9e1d925ee7b19aa1824f09182ccf363c 100644 (file)
--- 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).