From:             jpenn at cheetah-soft dot com
Operating system: Win 2000 / Red Hat 7
PHP version:      4.3.1
PHP Bug Type:     Scripting Engine problem
Bug description:  session.use_only_cookies and ini_set()

When setting a local value using ini_set() for session.use_only_cookies -
the call will always return ( bool )false even on success. Not a critical
problem but does cause a problem in my session handling class where:

ini_set( 'session.use_only_cookies', ( bool )true ) or $this->error(
'ini_set() failed: session.use_only_cookies' );

Thus, triggers my error capturing even when it was successful.
-- 
Edit bug report at http://bugs.php.net/?id=23029&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=23029&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=23029&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=23029&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=23029&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=23029&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=23029&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=23029&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=23029&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=23029&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=23029&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=23029&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=23029&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=23029&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=23029&r=gnused

Reply via email to