> -----Original Message-----
> From: Steven Haryanto [mailto:[EMAIL PROTECTED]]
>
>
> I have a requirement like this:
>
> - the php script should be runnable by httpd user only.
> - the php script will include other files.
> - the php script should run as the user.
> - the user must not be able to access the source code
>    of the scripts.
>

Take a look at apc (apc.communityconnect.com), it is primarily a cache,
which will boost your performace, but also allows you to take the cached
compiled files from the file system and distribute them.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to