Re: [PHP] limiting functions

2003-06-26 Thread Wendell Brown
On Thu, 26 Jun 2003 06:10:48 -0500, Daryl Meese wrote: >A quick thought -- It would be nice if we had a "authorization code" in the What about "Safe Mode"? It looks like it can be configured > http://us3.php.net/manual/en/features.safe-mode.php#ini.safe-mode Between safe_mode_include_dir and

[PHP] limiting functions

2003-06-26 Thread Daryl Meese
Ok, lets see if I can sum this up. I have a number of scripts that my clients (on a virtual host) can include into their PHP scripts to use my software. While my scripts need clear access to all functions (exec, eval, unlink, etc) I would like to stop my clients from having access to some of the