ID:               27071
 Updated by:       [EMAIL PROTECTED]
 Reported By:      phpbug at humbapa dot ch
-Status:           Open
+Status:           Closed
 Bug Type:         Documentation problem
 Operating System: *
-PHP Version:      4.3.5RC1
+PHP Version:      Irrelevant
 New Comment:

This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation
better.

Note: disable_functions and disable_classes can only be changed in
php.ini file.


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

[2004-01-28 06:39:21] phpbug at humbapa dot ch

Description:
------------
http://www.php.net/manual/en/function.ini-set.php says that
open_basedir is changeable in PHP_INI_SYSTEM (Entry can be set in
php.ini or httpd.conf)

I set this up in httpd.conf:
<VirtualHost *:80>
      ...skip...
      <Directory "/somedir">
            ...skip...
            php_admin_value open_basedir "/somedir:/tmp"
      </Directory>
</VirtualHost>
this works perfect for me

when I try to setup disable_functions (also PHP_INI_SYSTEM) the same
way, it does not work

I think one of them should have a note about that in:
http://www.php.net/manual/en/function.ini-set.php



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


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

Reply via email to