[2001-04-23 18:46:50] [EMAIL PROTECTED]
single quotes works fine. thanks!
also, could be a bug, but i got it to work by having it ~follow~ a symbolic link.
it didn't check that the link existed, it checked the the place the link pointed to
existed.
could be a security issu
a symbolic link.
it didn't check that the link existed, it checked the the place the link pointed to
existed.
could be a security issue.
thanks... atom
Previous Comments:
---
[2001-04-23 17:13:21] [EMAIL PROTECTED
From: [EMAIL PROTECTED]
Operating system: linux 2.4.2 (red-hat 6) i686
PHP version: 4.0.4pl1
PHP Bug Type: Filesystem function related
Bug description: hidden '.' files don't work with file_exists()
file_exists () seems to get confused with 'hidden' files, starting with '.'
-
if(file_exists(/tmp/test/123)) {
die ("error message");
}
this does not work:
--
if(file_exists(../../tmp/test/123)) {
die ("error message");
}
thanks... atom
--
Edit Bug re