Re: [PHP] disable_functions per vhost on apache

2004-12-21 Thread John Nichel
Eduardo M. Bragatto wrote: Hi folks, according to this old message [http://www.mail-archive.com/php-general@lists.php.net/msg87293.html] it's not possible to use "php_value disable_functions" on Apache's vhost. Since this message is two years old I would like to know if it's still being

Re: [PHP] disable_functions per vhost on apache

2004-12-21 Thread Jason Wong
On Wednesday 22 December 2004 02:42, Eduardo M. Bragatto wrote: > according to this old message > [http://www.mail-archive.com/php-general@lists.php.net/msg87293.html] > it's not possible to use "php_value disable_functions" on Apache's vhost. > Since this message is two years old I would like t

Re: [PHP] disable_functions not working in httpd.conf

2001-10-25 Thread Arpad Tamas
On Thursday 25 October 2001 09:47, Joseph Blythe wrote: Hi, bad news disable_functions doesn't work for me either in apache's config file I tried it with php_value, and php_admin_value, also in .htaccess with php_value without any luck php4.0.5, Apache/1.3.14 bye, Arpi > Hey All, > > W

Re: [PHP] disable_functions....

2001-08-25 Thread Andy Ladouceur
Thanks.. D'you think you'd be able to give me an example? (Sorry, I am _quite_ new to all of this...) -Andy Rasmus Lerdorf <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Any php.ini directive can be used in your httpd.conf on a per-dir basis. > See the manual..

Re: [PHP] disable_functions....

2001-08-25 Thread Rasmus Lerdorf
Any php.ini directive can be used in your httpd.conf on a per-dir basis. See the manual.. -Rasmus On Sat, 25 Aug 2001, Andy Ladouceur wrote: > Does anyone know if its possible to use disable_functions on only specified > directories, and not all? > Hopefully its possible.. > > > > -- PHP Ge

RE: [PHP] disable_functions and httpd.conf

2001-01-18 Thread Maciek Uhlig
Sorry to answer myself, but here goes another question: php_admin_value disable_functions phpinfo() or php_admin_value disable_functions phpinfo change the value displayed by phpinfo() but... if I can see the result of phpinfo() it means it's not disabled... What goes on here? Mac