[PHP-DEV] Bug #12972 Updated: is_file() sends errors to error log

2001-08-27 Thread mfischer
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

[PHP-DEV] Bug #12972 Updated: is_file() sends errors to error log

2001-08-27 Thread chagenbu
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

[PHP-DEV] Bug #12972 Updated: is_file() sends errors to error log

2001-08-27 Thread mfischer
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