From:             jason at classical dot com
Operating system: Redhat 7.3
PHP version:      4.3.1
PHP Bug Type:     PHP options/info functions
Bug description:  Function ini_get() not behaving - possibly overriding settings as it 
encounters

Description:
------------
I have two virtual hosts A and B. Within httpd.conf i specify different
values for the session handler like this:
php_value session.save_handler msession
Pretty standard stuff..Domain A uses 'msession' and domain B uses 'user'.
The problem is that when i use 
$handler=ini_get("session.save_handler");
i dont get back the value i except. I know the value is set correctly
because phpinfo() displays the right result. I believe it's an
implementation issue with ini_get().



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

Reply via email to