Re: [PHP] different php.ini for virtual host on apache2 with mod_php5

2010-03-17 Thread Ashley Sheridan
On Wed, 2010-03-17 at 12:34 +0200, Rene Veerman wrote: > i dunno about overriding the entire php function, but you can disable > mail() in the virtualhost section of your apache config with the > following line: > > php_value disabled_functions mail > > On Wed, Mar 17, 2010 at 9:58 AM, Stanislaw

Re: [PHP] different php.ini for virtual host on apache2 with mod_php5

2010-03-17 Thread Rene Veerman
i dunno about overriding the entire php function, but you can disable mail() in the virtualhost section of your apache config with the following line: php_value disabled_functions mail On Wed, Mar 17, 2010 at 9:58 AM, Stanislaw V. Smetanin wrote: > Hi there. > > the problem: > I want to disable

[PHP] different php.ini for virtual host on apache2 with mod_php5

2010-03-17 Thread Stanislaw V. Smetanin
Hi there. the problem: I want to disable mail() function in the one of virtual hosts' that use PHP(I use mod_php for apache2), and regarding to the http://www.php.net/manual/en/ini.core.php#ini.disable-functions I can't use directives like php_value, etc, because value of disable_functions can be