Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.0.2
-
Fix Version/s: 1.0.3
-
Component/s: Zend_Config
-
Labels:None
-
Fix Version Priority:Should Have
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.
Issue Links
| This issue is dependecy of: | ||||
| ZF-2016 | Can not enable db profiler from zend_config_ini |
|
|
|
Fixed for 1.1.0 with SVN r6556.