On Thu, May 24, 2007 10:43 am, Jared Farrish wrote:
> For the advanced PHP gurus on the list, is it accurate to characterize
> PHP
> as relying on Apache for file manipulation? Is it accurately described
> as:
>
> Process Request->PHP->Apache->[File System
> Poof!]->Apache->PHP->Process

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.

-- 
Some people have a "gift" link here.
Know what I want?
I want you to buy a CD from some indie artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to