ID: 27110 Updated by: [EMAIL PROTECTED] Reported By: walter at brunner dot at -Status: Open +Status: Feedback Bug Type: PHP options/info functions Operating System: Linux (Gentoo) PHP Version: 4CVS-2004-01-31 (stable) New Comment:
Please read the bug #25753 comments. You have to come up with better information how we can reproduce this ourselves.. Previous Comments: ------------------------------------------------------------------------ [2004-02-01 01:56:48] walter at brunner dot at The problem is still alive with php4-STABLE-200402010630. The solution for me was to transfer the include_path to apache-config, but this solution is is not suitable for standard users, as they don't have access to this config-file. ------------------------------------------------------------------------ [2004-01-31 23:37:06] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php4-STABLE-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-STABLE-latest.zip ------------------------------------------------------------------------ [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
