php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5558 disable_functions doesn't work
Submitted: 2000-07-13 14:16 UTC Modified: 2000-07-14 13:54 UTC
From: hellekin at imaginet dot fr Assigned:
Status: Closed Package: Misbehaving function
PHP Version: 4.0.1pl2 OS: Linux 2.2.14-15mdk
Private report: No CVE-ID: None
 [2000-07-13 14:16 UTC] hellekin at imaginet dot fr
The configuration directive "disable_functions", although displayed correctly using phpinfo(), isn't enforced.

I tested the 3 following configurations :

disable_functions = mail
disable_functions = date, mail
disable_functions = date,mail

The third one is crashing Apache 1.3.12 without any log, probably at LoadModule, as there (should be) a parse error.




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-14 13:54 UTC] sterling at cvs dot php dot net
fixed by Zeev in CVS.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 17 05:01:31 2024 UTC