Re: [PHP-DEV] checkuid weirdness

2002-03-14 Thread Rasmus Lerdorf
Ok, that is an obvious typo which you should simply fix. No real need to ask about something as plain as this. -Rasmus On Thu, 14 Mar 2002 [EMAIL PROTECTED] wrote: > On Thu, Mar 14, 2002 at 08:20:38AM -0800, Rasmus Lerdorf wrote: > > How do you figure? Doesn't it only do this in > > CHECKUID_

Re: [PHP-DEV] checkuid weirdness

2002-03-14 Thread sesser
On Thu, Mar 14, 2002 at 08:20:38AM -0800, Rasmus Lerdorf wrote: > How do you figure? Doesn't it only do this in > CHECKUID_ALLOW_FILE_NOT_EXISTS mode? This mode is used for things like > rmdir(), chgrp(), chown(), chmod() where spitting out a safe mode error > when the file in question doesn't e

Re: [PHP-DEV] checkuid weirdness

2002-03-14 Thread Rasmus Lerdorf
How do you figure? Doesn't it only do this in CHECKUID_ALLOW_FILE_NOT_EXISTS mode? This mode is used for things like rmdir(), chgrp(), chown(), chmod() where spitting out a safe mode error when the file in question doesn't exist isn't very useful. -Rasmus On Thu, 14 Mar 2002 [EMAIL PROTECTED]

[PHP-DEV] checkuid weirdness

2002-03-14 Thread sesser
Hello, is there any reason why checkuid returns always "okay" if the file does not exist? It returns okay even if safe_mode forbids access to the directories below. Stefan -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php