ID:               10354
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Bogus
 Bug Type:         PHP options/info functions
 Operating System: Linux 2.4.2 i386
-PHP Version:      4.0 Latest CVS (16/04/2001)
+PHP Version:      4.0 Latest CVS (
 New Comment:

The version of PHP that this bug was reported in is too old. Please
try to reproduce this bug in the latest version of PHP (available
from http://www.php.net/downloads.php

If you are still able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".




Previous Comments:
------------------------------------------------------------------------

[2001-04-16 19:30:38] [EMAIL PROTECTED]

I think that disable_functions is not working properly when called from
httpd.conf with:

php_admin_value disable_functions phpinfo

while it works nice when called from php.ini.
If i run a script with just 

<?
phpinfo();
?>

obviously in a dir which is affected by the directive,
the function works ignoring the directive, and gives this results (cut
down to just the line of interest):

                         local value        master value
[...]    
disable_functions        phpinfo             system
[...]

I have disabled "system" from php.ini, just to test...it didn't work
also not setting anything in php.ini.
I tried also with safe mode on but no results.
The only functions thatare correctly disabled are the ones set from
php.ini.
The same behaviour in php 4.0.6-dev i downloaded today from the CVS...
Am I missing something or this is a bug?
Thanks in advance.

Valerio Morettini

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=10354&edit=1

Reply via email to