Hi Ralph,

Thanks - I really appreciate the response, the clarification, and
knowing that it will be possible to address this in the future.

-Ed


> This is correct behavior.  The debugger in studio is throwing a warning in a
> situation where PHP has already suppressed the error.  FYI, Zend_Loader is
> using the only technique available in the php 5.2 series to locate a file on
> the include_path.  Other techniques are completely userland based and
> extremely slow and non-performant.

>> The second concern is that there might be some sort of overhead
>> involved in generating these warnings.  Wouldn't resolving this issue
>> improve the overall performance of my application?
>
> As mentioned before, this is the most ideal solution for 5.2.  Also, the
> performance cost is negligible.  When 5.3 rolls around as well as ZF 2.0,
> there are several language level features we'll be able to leverage to
> remove this limitation and warnings you are seeing.

Reply via email to