From: phpbug at humbapa dot ch Operating system: * PHP version: 4.3.5RC1 PHP Bug Type: Documentation problem Bug description: open_basedir and PHP_INI_SYSTEM
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 bug report at http://bugs.php.net/?id=27071&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=27071&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=27071&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=27071&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=27071&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=27071&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=27071&r=needscript Try newer version: http://bugs.php.net/fix.php?id=27071&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=27071&r=support Expected behavior: http://bugs.php.net/fix.php?id=27071&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=27071&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=27071&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=27071&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27071&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=27071&r=dst IIS Stability: http://bugs.php.net/fix.php?id=27071&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=27071&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=27071&r=float