From: walter at brunner dot at Operating system: Linux (Gentoo) PHP version: 4CVS-2004-01-31 (stable) PHP Bug Type: PHP options/info functions Bug description: php_value|flag / php_admin_* settings "leak" from vhosts/.htaccess files still
Description: ------------ The bug described with http://bugs.php.net/bug.php?id=25753 (closed) is still active in the following configuration: Apache 2.0.48 / PHP Version 4.3.5RC2-dev (from 2004-01-31) php.ini: include_path not set apache-virtual host-section: include_path not set .htaccess of /-directory: include_path set to some value no .htaccess in /admin-directory. if I look at the value of include_path in the /admin-directory with the function ini_get sometimes (~5%) it is set to the default value (.:/usr/local/lib/php), sometimes (~70%) to the correct value, sometimes to absolut nonsense (~25%). The only solution to the problem seems to set in the apache-config: MaxRequestsPerChild 1 This value is not really what I want, as there is allways a new process for every request. -- Edit bug report at http://bugs.php.net/?id=27110&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=27110&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=27110&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=27110&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=27110&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=27110&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=27110&r=needscript Try newer version: http://bugs.php.net/fix.php?id=27110&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=27110&r=support Expected behavior: http://bugs.php.net/fix.php?id=27110&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=27110&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=27110&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=27110&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27110&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=27110&r=dst IIS Stability: http://bugs.php.net/fix.php?id=27110&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=27110&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=27110&r=float
