From: pmzandbergen at chello dot nl Operating system: Linux Redhat 9.0 PHP version: 4.3.3 PHP Bug Type: PHP options/info functions Bug description: open_basedir configuration bug
Description: ------------ When setting open_basedir in the <VirtualHost> areas (and maybe other areas too) in the Apache config file the following bug seems to appear: >From the doc: >> When you want to restrict access to only the specified directory, end with a slash. For example: "open_basedir = /dir/incl/" << Instead of restricting access to the specified directory, there will still be access to files which names are beginning with "incl" (like "includes.txt" etc.). -- Edit bug report at http://bugs.php.net/?id=25250&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=25250&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=25250&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=25250&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=25250&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=25250&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=25250&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=25250&r=support Expected behavior: http://bugs.php.net/fix.php?id=25250&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=25250&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=25250&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=25250&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=25250&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=25250&r=dst IIS Stability: http://bugs.php.net/fix.php?id=25250&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=25250&r=gnused
