ID:               19557
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Bogus
 Bug Type:         Filesystem function related
 Operating System: Solaris 8
 PHP Version:      4.2.3
 New Comment:

Sorry, but the bug system is not the appropriate forum for asking
support questions. Your problem does not imply a bug in PHP itself.
For a list of more appropriate places to ask for help using PHP,
please visit http://www.php.net/support.php

Thank you for your interest in PHP.


Previous Comments:
------------------------------------------------------------------------

[2002-09-23 09:06:40] [EMAIL PROTECTED]

The following code, in a file called "test.php" will only 
ever print "is_file OK".

This is rather a large flaw?

<?php

if (file_exists('test.php')) 
        echo "file_exists OK"; 
        
if (is_file('test.php')) 
        echo "is_file OK";      

?>

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=19557&edit=1

Reply via email to