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

Please try using this CVS snapshot:

  http://snaps.php.net/php4-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-latest.zip

Works here with the latest CVS HEAD. (I don't have 4.2.3 installed so
can't test if this was fixed or not.)



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

[2002-09-23 09:14:01] [EMAIL PROTECTED]

Oops...
gotta read those reports before bogusing...

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

[2002-09-23 09:12:15] [EMAIL PROTECTED]

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.

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

[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