Re: [PHP] Disbale function in certain virtual host From: Rasmus Lerdorf (rasmus <email protected>)
Date: 08/31/01

<VirtualHost foo>
php_admin_value disable_functions strlen
</VirtualHost>

On Fri, 31 Aug 2001, Nicolas Ross wrote:

> I am searching a way of disabling certain functions in a particular Virtual
> Host.
>
> I search through the archive of this list and I found a begening of a
> solution. I can disable functions in php.ini, but I can't use them in vhost
> I want to. If I don't disable functions in php.ini, I cannot disable
> functions through httpd.conf with php_value or php_admin_value...
>
> Does some one have an Idea ?
>
> Nicolas Ross
>
>
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>