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.

prune wrote:

> Hi,
> 
> I'm having the same problem as you mentionned.
> I can't find any answer on the list archives...
> 
> is the problem still happening with php 4.1 ?
> is this a bug, or a feature ?
> 
> Thanks,
> Cheers,
> 
> Prune
> 
> 
> ----------------------------------
> List:     php-general
> Subject:  [PHP] Problem with disable_functions
> From:     "Berthold Tenhumberg" <[EMAIL PROTECTED]>
> Date:     2001-09-20 9:29:53
> [Download message RAW]
> 
> Hi all!
> 
> Did I find a bug?
> 
> Disabling the function 'system' per php.ini works well. OK.
> 
> Disabling the same function per Apache-directive does not. Why?
> 
> php_admin_value disable_functions system
> --=20
> =20
> (live long and prosper...)
> 
> 
> 
> 


-- 
Berthold


-- 
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 administrators, e-mail: [EMAIL PROTECTED]

Reply via email to