From: [EMAIL PROTECTED]
Operating system: Linux 2.4.17, Debian unstable
PHP version: 4.1.0
PHP Bug Type: POSIX related
Bug description: The POSIX access(2) function is not available
Seeing as is_readable, is_writeable and is_executable all
work out the file permissions mask
default give the webserver UID/GID
access to a whole swag of files, several files are specifically
excluded from the webserver UID/GID using POSIX ACL's such as:
chuckles:/mnt/archive$ getfacl somefile
# somefile: 002-asdf/
# owner: danpat
# group: users
user::rwx
gro