php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #9593 disable_functions does not work as an Apache Directive
Submitted: 2001-03-06 21:03 UTC Modified: 2001-03-11 00:50 UTC
From: edws at ihug dot com dot au Assigned:
Status: Duplicate Package: Feature/Change Request
PHP Version: 4.0.3pl1 OS: FreeBSD 4.2
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: edws at ihug dot com dot au
New email:
PHP Version: OS:

 

 [2001-03-06 21:03 UTC] edws at ihug dot com dot au
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




Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-03-11 00:50 UTC] sniper@php.net
Check bug: #6982

--Jani


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Oct 12 21:01:26 2024 UTC