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