ID: 27110
User updated by: walter at brunner dot at
-Summary: php_value|flag / php_admin_* settings "leak" from
vhosts/.htaccess files still
Reported By: walter at brunner dot at
Status: Open
Bug Type: PHP options/info functions
Operating System: Linux (Gentoo)
PHP Version: 4CVS-2004-01-31 (stable)
New Comment:
typo in summary
Previous Comments:
------------------------------------------------------------------------
[2004-01-31 15:21:34] walter at brunner dot at
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 this bug report at http://bugs.php.net/?id=27110&edit=1