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).