From:             [EMAIL PROTECTED]
Operating system: Win2000;Win98
PHP version:      4.0.6
PHP Bug Type:     Reproducible crash
Bug description:  Crash of session_start() when client disables cookies and sends a 
form

The function session_start() produces an access violation (drWatson reports
the fault in strnatcmp_ex). It happens when the client has disabled
cookies. The only setting that prevents the crash is
session.use_trans_sid=0, but than sessions are not handled for client
without cookies allowed.

I've tried a lot of combinations: to pass the PHPSESSID manually in a
post/get variable (Input hidden ... =session_id();) but the problem remains
the same.

For win98, bothe cgi and module versions do not work, under w2k, Apache
cannot load the module version (says "cannot find"), so I don't have any
idea if the module version could work.
-- 
Edit bug report at: http://bugs.php.net/?id=14232&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to