-- Pieter Kokx <[EMAIL PROTECTED]> wrote (on Sunday, 05 October 2008, 04:44 AM -0700): > I have looked in the load method of Zend_Loader_PluginLoader, and it seems > that it will only loop one and then already throws a warning because it > can't find the file. But in the next iteration it does find the file, but > the evil is done already, the warning is printed on the screen. And yes, I > can run with error_reporting(0), but that isn't the idea behind a > development phase.
What warning are you getting? We're suppressing warnings on both the fopen() call in isReadable() as well as the include calls in loadFile(), so I'd like to know what the source of the warning might be. -- Matthew Weier O'Phinney Software Architect | [EMAIL PROTECTED] Zend Framework | http://framework.zend.com/