From:             [EMAIL PROTECTED]
Operating system: win2k
PHP version:      4.1.1
PHP Bug Type:     Session related
Bug description:  custom handler of session is not strong enough

used session_set_save_handler(...."sess_read"....);
and when session_start();
and also sess_read() returns _NONE_ string
e.g. function sess_read() { }
or function sess_read() { return false; }

browser get no response from apache (should be crash)


it should be strong enough :-)
-- 
Edit bug report at http://bugs.php.net/?id=15484&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=15484&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=15484&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=15484&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=15484&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=15484&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=15484&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=15484&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=15484&r=submittedtwice

Reply via email to