From:             [EMAIL PROTECTED]
Operating system: FreeBSD 4.2
PHP version:      4.0.3pl1
PHP Bug Type:     Apache related
Bug description:  disable_functions does not work as an Apache Directive

In Apache I have the line:

AddType application/x-httpd-php .php
php_admin_flag safe_mode On
php_admin_value disable_functions phpversion

php_admin_value disable_functions is ignored, however it does show up as a local 
varible in phpinfo(). Note all other Apache directives I have are working fine.

If I do this in php.ini:

disable_functions = phpversion

It works.

I need this functionality in Apache however.

Thanks






-- 
Edit Bug report at: http://bugs.php.net/?id=9593&edit=1



-- 
PHP Development 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