> This has been changed.  Use exists() first.  Technically, if the file does
> exist, it's not a file in my opinion and should return false, but nobody
> seems to agree with me.
> --
> Mike
>


    I just want to add to this, that I agree, and this has been changed
    for 4.2.0 (cvs HEAD), however it was not merged into the 4.1.0
    branch, as it was not a bug fix but rather a feature....

    cvs HEAD should work for everyone?

    -Sterling


> ----- Original Message -----
> From: <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, December 11, 2001 5:01 AM
> Subject: [PHP-DEV] Bug #14420: is_file prints "stat failed .." message
> 
> 
> > From:             [EMAIL PROTECTED]
> > Operating system: Redhat Linux
> > PHP version:      4.1.0
> > PHP Bug Type:     Scripting Engine problem
> > Bug description:  is_file prints "stat failed .." message
> >
> > We have found it out when upgraded our PHP from ver.4.0.1 to 4.1.0 .
> > Function is_file() prints error message if file doesn't exist. The error
> > message looks like:
> > "Warning: stat failed for /home/.../index.phtml (errno=2 - No such file or
> > directory) in /home/.../index.phtml on line 17"
> > When I tried to simulate the problem in test file - it didn't appear . But
> > then I included my configuration file which contained other inclusions for
> > our corporate API. Problem appeared in the test file. I commented
> inclusion
> > line - problem still appear.
> > After typing the message above, I refreshed that page - problem
> > disappeared. All further tryings to cause error got failed.
> > Problem appears constanlty on our sites where we use this function.
> > --
> > Edit bug report at: http://bugs.php.net/?id=14420&edit=1
> >
> >
> > --
> > PHP Development Mailing List <http://www.php.net/>
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]
> >
> >
> 
> -- 
> PHP Development Mailing List <http://www.php.net/>
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
> 

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to