Re: [PHP-DEV] Solaris and getcwd()

2007-10-02 Thread Rob Thompson
Right. This does appear to be a "chicken or the egg" issue. Also, turns out (b) below is only the shell caching your last successful cd and spitting it back, not the result of a successful getcwd() call. So really, with Solaris, there is not even any chicken ;) Would it be reasonable to catch

Re: [PHP-DEV] Solaris and getcwd()

2007-10-02 Thread Antony Dovgal
On 02.10.2007 04:11, Rob Thompson wrote: > I've been trying to find out some reason why the getcwd() PHP function > fails under some situations under Solaris. Particularly, when some > component of the file path looks like: d--x--x--x (no read perms). This > appears to be a security feature that

[PHP-DEV] Solaris and getcwd()

2007-10-01 Thread Rob Thompson
Hi everyone, I just subscribed to this list in hopes of working out some PHP bugs that have to do with Solaris. I've been trying to find out some reason why the getcwd() PHP function fails under some situations under Solaris. Particularly, when some component of the file path looks like: d--x--x