I'm working on an IIS server environment with php and having issues getting proper responses from is_readable()
over a unc path. I've checked that the file is valid and accessible to the IUSR_***
that exists with the same password on the file share node and the IIS node.
I've tested file_exists()
which returns true
. Can anyone shed some light on the underlying checks that are different between file_exists()
and is_readable()
?