Zend_Config Updates
I updated Zend_Config to close a couple of issues today:
- ZF-1417: Add get() accessor to allow default values from a config node
- ZF-1461: Deprecated method Zend_Config::toArray() still in use
Note that fixing ZF-1461 means that asArray() no longer exists and you now need to use toArray()!