ZF-3292: No options passed to the factory
Description
Should throw an exception, instead of reporting something like; Warning: Variable passed to each() is not an array or object in /var/www/Exactamundo/library/Zend/ZendFramework-1.5.1/library/Zend/Cache/Frontend/Page.php on line 108
Comments
Posted by julien PAULI (doctorrock83) on 2008-05-19T08:58:15.000+0000
All frontend and backend class constructors should type their params as array.
Posted by Fabien MARTY (fab) on 2008-05-19T10:13:03.000+0000
+1 for julien
someone make a patch ? :-)
Posted by Fabien MARTY (fab) on 2008-05-28T10:19:06.000+0000
fixed in SVN trunk (thanks)
Posted by Wil Sinclair (wil) on 2008-09-02T10:39:47.000+0000
Updating for the 1.6.0 release.