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

[PHP] disable_functions per vhost on apache

2004-12-21 Thread Eduardo M. Bragatto
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 true. I have to allow system() f

[PHP] disable_functions problems

2003-12-16 Thread Alberto Ferrer
Hello, im testing the php_admin_value disable_functions froma Vhost in my Apache, and not works, is are set from Master (php.ini) works, but set via Apache vhost not works, any are using from apache php_admin_value disable_functions bla,bla,bla ? -- -- Alberto Ferre

[PHP] disable_functions on virtual hosts?

2002-01-18 Thread Ing. Daniel Manrique
I'd like to disable certain functions for a particular virtual host, and leave them as is for all the rest. The usual way to do this would be to include something like: php_admin_value disable_functions system,exec in the virtual host's configuration block. However, this doesn't work, and s

[PHP] disable_functions... Was: about your mail on php list

2002-01-16 Thread Berthold
Hello, disable_functions still works ONLY via setting in php.ini. I think this is a bug. ini_set("disable_functions", "phpinfo"); has no effect, php_value_admin disable_functions phpinfo shows the correct output from phpinfo with one line for disable_functions phpinfo... At least this is a bug.

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

[PHP] disable_functions not working in httpd.conf

2001-10-25 Thread Joseph Blythe
Hey All, Was just trying the following and disable_functions is not working? Although safe mode and open_basedir are! What is really strange that when phpinfo is called the disable_functions value is phpinfo, can't seem to disable echo either, I don't want to put these in php.ini as I still want

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

[PHP] disable_functions....

2001-08-25 Thread Andy Ladouceur
Does anyone know if its possible to use disable_functions on only specified directories, and not all? Hopefully its possible.. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list adm

RE: [PHP] disable_functions and httpd.conf

2001-01-18 Thread Maciek Uhlig
here? Maciek > -Original Message- > From: Maciek Uhlig [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 18, 2001 9:34 PM > To: [EMAIL PROTECTED] > Subject: [PHP] disable_functions and httpd.conf > > > Is disable_functions supposed to work from httpd.conf? I tri

[PHP] disable_functions and httpd.conf

2001-01-18 Thread Maciek Uhlig
Is disable_functions supposed to work from httpd.conf? I tried the following: php_value disable_functions "phpinfo" php_value max_execution_time 300 The time is changed from 30 to 300 as expected, however phpinfo is _not_ disabled. I tried also php_value disable_fun

[PHP] disable_functions - but which?

2001-01-18 Thread Maciek Uhlig
Could somebody kindly recommend a list of functions, which - in his|her opinion - should be disabled by disable_functions php.ini directive - in multiuser environment? Ready php.ini entry would be welcome :-) Maciek -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMA