andrei          Fri May 14 17:10:02 2004 EDT

  Modified files:              
    /php-src    NEWS 
  Log:
  .ini variables patch notice
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1708&r2=1.1709&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1708 php-src/NEWS:1.1709
--- php-src/NEWS:1.1708 Sun May  9 14:26:40 2004
+++ php-src/NEWS        Fri May 14 17:10:02 2004
@@ -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).

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to