[PHP] Re: Re: RE: Cannot access file on Network Drive (Windows 2003)

2007-05-24 Thread Jared Farrish
This *might* be correct with PHP as an Apache Module, but I doubt it. I think it's more like: Whatever - PHP - stdio.h File System calls Whatever will affect what user is running PHP and thus what permissions they have, but that's about it. Is it then: Whatever['Apache.exe'] (owns) System

Re: [PHP] Re: Re: RE: Cannot access file on Network Drive (Windows 2003)

2007-05-24 Thread Richard Lynch
On Thu, May 24, 2007 5:29 pm, Jared Farrish wrote: This *might* be correct with PHP as an Apache Module, but I doubt it. I think it's more like: Whatever - PHP - stdio.h File System calls Whatever will affect what user is running PHP and thus what permissions they have, but that's about

Re: [PHP] Re: Re: RE: Cannot access file on Network Drive (Windows 2003)

2007-05-24 Thread Stut
Richard Lynch wrote: Apache starts up as root process to do some god-like things and then immediately changes its user-ness to the setting in httpd.conf and spawns off its children after that. Not under Win32 it doesn't. How that interacts with the goofy Windows Services and settings in