-- Pieter Kokx <[EMAIL PROTECTED]> wrote (on Sunday, 05 October 2008, 06:00 PM +0200): > It seems that the incubator is giving me a hard time. The Zend_Loader version > in the incubator does not suppress warnings. I know that I shouldn't use the > incubator, so it is mostly my bad. But i think the incubator should be changed > so it will have the same behavior as the version in the trunk (unless there is > a good reason for this).
Actually, that explains the issue I was seeing as well. I'm going to remove the incubator version now. Thanks for the catch! > Matthew Weier O'Phinney schreef: > > -- 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/
