ZF-8516: Zend_Log_Writer_Abstract::_parseConfig($config) method asArray() not exists in Zend_Config
Description
Class Zend_Log_Writer_Abstract,code in trunk, in line 117. call $config->asArray(), change for $config->toArray().
Class Zend_Log_Writer_Abstract,code in trunk, in line 117. call $config->asArray(), change for $config->toArray().
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2009-12-12T06:58:27.000+0000
Fixed in trunk.