ZF-10568: Zend_Application should accept file of configuration of the type *.json and *.yaml
Description
With adition of new formats configuration (json and yaml) in ZF-1.11. Zend_Application should has this acceptance.
With adition of new formats configuration (json and yaml) in ZF-1.11. Zend_Application should has this acceptance.
Comments
Posted by Ramon Henrique Ornelas (ramon) on 2010-10-17T10:02:42.000+0000
Attached patch with tests and changes in the documentation.
Posted by Matthew Weier O'Phinney (matthew) on 2010-10-19T09:31:33.000+0000
Patch reviewed and applied to trunk and 1.11 release branch -- thanks!
Posted by Ramon Henrique Ornelas (ramon) on 2011-09-09T21:45:22.000+0000
Fixed in ZF2 with GH-410