Re: [PHP-INST] restrict access to PHP functions

2002-04-21 Thread Rasmus Lerdorf
You can't - it is too expensive performance-wise to rebuild the list of available functions on a per-request basis. You would basically need to run separate instances of Apache/PHP to achieve this. -Rasmus On Sun, 21 Apr 2002, didier.journois wrote: > It is easy to restrict access to certain p

[PHP-INST] restrict access to PHP functions

2002-04-20 Thread didier . journois
It is easy to restrict access to certain php functions by using the php_ini file. But how to get a user specific list of restriction with an apache web server virtual host configuration ? -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php