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