-- Jacky Chen <[EMAIL PROTECTED]> wrote
(on Thursday, 24 April 2008, 08:11 PM +0800):
> file_exists() function can't detect the file included with include_path. the
> rv9295 of Zend_Loader::isReadable() detect a file if readable as following:
>  
> if (!file_exists($filename) || !$fh = @fopen($filename, 'r', true)) {
>        return false;
> }

We've asked Yoshida to revert that changeset, for precisely the reason
you report.

-- 
Matthew Weier O'Phinney
Software Architect       | [EMAIL PROTECTED]
Zend - The PHP Company   | http://www.zend.com/

Reply via email to