In article <584FAB68EB77D511BEF500508BB9191217695D@ATLEXC01>,
 [EMAIL PROTECTED] (Howie Oakes) wrote:

>  I am working on a secure
> implementation of PHP that will only allow certain functions to be used by
> end users. (But I still want to have full functionality for other scripts,
> so disable_function is out of the question)

Before you count out disable_funtions entirely, have you looked into 
dynamically setting it at the user,directory, or script level with 
ini_set()? <http://www.php.net/manual/en/function.ini-set.php>.

-- 
CC

-- 
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