Zend Framework

undefined method, Zend_Config::asArray()

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.10.0
  • Fix Version/s: 1.10.1
  • Component/s: Zend_Log
  • Labels:
    None

Description

In Zend_Log_Filter_Abstract::_parseConfig() line 50, call Zend_Config::asArray().

current code

$config = $config->asArray();

change for

$config = $config->toArray();

Issue Links

Activity

Hide
Ramon Henrique Ornelas added a comment -

Reassigned to @matthew

Show
Ramon Henrique Ornelas added a comment - Reassigned to @matthew
Hide
Ramon Henrique Ornelas added a comment -

Reported before by @Benjamin Steininger

Show
Ramon Henrique Ornelas added a comment - Reported before by @Benjamin Steininger
Hide
Matthew Weier O'Phinney added a comment -

Fixed in trunk and 1.10 release branch.

Show
Matthew Weier O'Phinney added a comment - Fixed in trunk and 1.10 release branch.

People

Vote (0)
Watch (1)

Dates

  • Created:
    Updated:
    Resolved: