Re: [PHP] file_exists, is_readable effective UID/GID

2007-10-25 Thread Manuel Vacelet
On 10/24/07, Jim Lucas [EMAIL PROTECTED] wrote: Daniel Brown wrote: On 10/24/07, Manuel Vacelet [EMAIL PROTECTED] wrote: Hi all, file_exists and is_readable perfom there test with real UID/GID. Is there any functions that tests file existance with effective UID/GID ? Note: stat is

[PHP] file_exists, is_readable effective UID/GID

2007-10-24 Thread Manuel Vacelet
Hi all, file_exists and is_readable perfom there test with real UID/GID. Is there any functions that tests file existance with effective UID/GID ? Note: stat is not an option because it raises an E_WARNING if the file is not readable. Thanks, Manuel -- PHP General Mailing List

Re: [PHP] file_exists, is_readable effective UID/GID

2007-10-24 Thread Daniel Brown
On 10/24/07, Manuel Vacelet [EMAIL PROTECTED] wrote: Hi all, file_exists and is_readable perfom there test with real UID/GID. Is there any functions that tests file existance with effective UID/GID ? Note: stat is not an option because it raises an E_WARNING if the file is not readable.

Re: [PHP] file_exists, is_readable effective UID/GID

2007-10-24 Thread Jim Lucas
Daniel Brown wrote: On 10/24/07, Manuel Vacelet [EMAIL PROTECTED] wrote: Hi all, file_exists and is_readable perfom there test with real UID/GID. Is there any functions that tests file existance with effective UID/GID ? Note: stat is not an option because it raises an E_WARNING if the file is