ID:               24803
 Updated by:       [EMAIL PROTECTED]
 Reported By:      jason at classical dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         PHP options/info functions
 Operating System: Redhat 7.3
 PHP Version:      4.3.1
 New Comment:

Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. Because of this, we hope you add your comments
to the existing bug instead.

Thank you for your interest in PHP.

This has nothing do with ini_get(), but an issue described in bug
#23580, which this bug is duplicate off.


Previous Comments:
------------------------------------------------------------------------

[2003-07-25 06:32:28] jason at classical dot com

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 this bug report at http://bugs.php.net/?id=24803&edit=1

Reply via email to