History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: ZF-2021
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Darby Felton
Reporter: Darby Felton
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Google issue summary
Zend Framework

Zend_Config::toArray() does not support generic object values

Created: 01/Oct/07 02:27 PM   Updated: 15/Dec/07 09:46 PM
Component/s: Zend_Config
Affects Version/s: 1.0.2
Fix Version/s: 1.0.3

Time Tracking:
Not Specified

Issue Links:
Dependency
 

 Public Fields   Internal Project Management Fields   
Resolution Date: 01/Oct/07 03:39 PM
Fix Version Priority: Should Have


 Description  « Hide
Zend_Config::toArray() makes improper use of is_object() where instanceof is more appropriate, resulting in the inability to have object values, except other objects that happen to have a toArray() method defined.

 All   Comments   Work Log   Change History   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
Darby Felton - 01/Oct/07 03:39 PM
Fixed for 1.1.0 with SVN r6556.

Rob Allen - 01/Oct/07 03:44 PM
Coo! You resolved it before I even got my editor up!

Darby Felton - 15/Nov/07 10:19 AM
Fixed for 1.0.3 with SVN r6829