ZF-2021: Zend_Config::toArray() does not support generic object values
Description
{{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.
Comments
Posted by Darby Felton (darby) on 2007-10-01T15:39:40.000+0000
Fixed for 1.1.0 with SVN r6556.
Posted by Rob Allen (rob) on 2007-10-01T15:44:06.000+0000
Coo! You resolved it before I even got my editor up!
Posted by Darby Felton (darby) on 2007-11-15T10:19:33.000+0000
Fixed for 1.0.3 with SVN r6829