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   Resolved: 01/Oct/07 03:39 PM
Return to search "Fixed in 1.5.1"
Component/s: Zend_Config
Affects Version/s: 1.0.2
Fix Version/s: 1.0.3

Time Tracking:
Not Specified

Issue Links:
Dependency
 

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.



Darby Felton added a comment - 01/Oct/07 03:39 PM

Fixed for 1.1.0 with SVN r6556.


Rob Allen added a comment - 01/Oct/07 03:44 PM

Coo! You resolved it before I even got my editor up!


Darby Felton added a comment - 15/Nov/07 10:19 AM

Fixed for 1.0.3 with SVN r6829