From:             j dot svoboda at phoenix dot cz
Operating system: FreeBSD
PHP version:      4.3.7
PHP Bug Type:     Apache2 related
Bug description:  php_value settings "leak" from apache config when auto_prepend_file 
is used

Description:
------------
If (for example) specific directory configuration has a given
include_path, in some situations the setting persists between requests
(php.ini settings are NOT reset between requests).
This bug is similar to the bug described in
http://bugs.php.net/bug.php?id=27110. The important difference is that the
problem manifests only when auto_prepend_file is used.


Reproduce code:
---------------
See: http://www.p-i-n.cz/doc/phpbug.txt


Expected result:
----------------
See the link given.

Actual result:
--------------
See the link given.

-- 
Edit bug report at http://bugs.php.net/?id=28729&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=28729&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=28729&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=28729&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=28729&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=28729&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=28729&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=28729&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=28729&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=28729&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=28729&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=28729&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=28729&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=28729&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=28729&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=28729&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=28729&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=28729&r=float

Reply via email to