ZF-10011: Zend_Config_Ini::_arrayMergeRecursive() method missing in 1.10.5
Description
There is a method missing in last release.
PHP Fatal error: Call to undefined method Zend_Config_Ini::_arrayMergeRecursive() in /usr/local/lib/php/ZendFramework-1.10.5-minimal/library/Zend/Config/Ini.php on line 152
Comments
Posted by Rob Allen (rob) on 2010-06-18T03:11:48.000+0000
_arrayMergeRecursive() is a method of Zend_Config which is the parent class of Zend_Config_Ini
Posted by redliquid (redliquid) on 2010-06-19T03:15:11.000+0000
If you using XAMPP, check your php.ini configuration. Probably default "include_path" contains path to PEAR directory, which contains ZF in version 1.9.6 (or something like that).