[PHP-DEV] PHP 4.0 Bug #10466 Updated: hidden '.' files don't work with file_exists()

2001-04-24 Thread atom
[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

[PHP-DEV] PHP 4.0 Bug #10466 Updated: hidden '.' files don't work with file_exists()

2001-04-23 Thread atom
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

[PHP-DEV] Bug #10466: hidden '.' files don't work with file_exists()

2001-04-23 Thread atom
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 '.'

[PHP-DEV] Bug #10465: absolute path dosen't work with file_exists()

2001-04-23 Thread atom
- 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