ZF-2209: Zend_Config* contructor should have the section defaults to null
Description
The second parameter of Zend_Config*::__construct() is the section, if it's null it will load all of the nodes, but it doesn't defaults to null. This won't break BC (I think) and should take a couple of seconds to fix.
Comments
Posted by Rob Allen (rob) on 2007-11-16T16:13:26.000+0000
Resolved in svn r6837 and r6838