ID: 12972
Updated by: mfischer
Reported By: [EMAIL PROTECTED]
Status: Closed
Bug Type: Filesystem function related
Operating System: Redhat 6.2
PHP Version: 4.0.5
New Comment:
I don't know what your 'last' is, but current CVS doesn't output anything with
file_exists():
mfischer@ficken:~$ php
ID: 12972
Updated by: chagenbu
Reported By: [EMAIL PROTECTED]
Status: Closed
Bug Type: Filesystem function related
Operating System: Redhat 6.2
PHP Version: 4.0.5
New Comment:
Actually, the last I checked, you _do_ need to use @file_exists() if you have error
reporting all the way up to avoid er
ID: 12972
Updated by: mfischer
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Closed
Bug Type: Filesystem function related
Operating System: Redhat 6.2
PHP Version: 4.0.5
New Comment:
Wrong. You use file_exists() to first determine if something exists. The name is a bit
misleading, you