From:             [EMAIL PROTECTED]
Operating system: Mac OS X 10.2
PHP version:      4.2.3
PHP Bug Type:     Filesystem function related
Bug description:  file_exists() always returns false

The following script, named 'test.php', fails :
<?php if (file_exists('test.php')) echo "OK"; ?>

In fact file_exists(...) always returns false.

(This happens with apache 2.0.40)
-- 
Edit bug report at http://bugs.php.net/?id=19543&edit=1
-- 
Try a CVS snapshot:  http://bugs.php.net/fix.php?id=19543&r=trysnapshot
Fixed in CVS:        http://bugs.php.net/fix.php?id=19543&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=19543&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=19543&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=19543&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=19543&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=19543&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=19543&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=19543&r=submittedtwice
register_globals:    http://bugs.php.net/fix.php?id=19543&r=globals

Reply via email to