From:             [EMAIL PROTECTED]
Operating system: Windows 2000
PHP version:      4.1.1
PHP Bug Type:     Session related
Bug description:  session_set_save_handler causes crashes

When PHP is loaded as an Apache module on Windows it causes some strange
crashes. Works fine with IIS and cgi setups.

If there is not existing active session Apache will crash once
session_start() is called with the error: The instruction at "0x0058463"
referenced memory at "0x04da8610". The memory could not be "read".

Using the PHP default file based sessions work fine, but only if
session.save_handler is set to files. Using session_start() without a
session_set_save_handler() will crash php if session.save_handler is set to
user. Would be better if it reported an error message.

If there is an existing valid session PHP works fine and there are no
problems.
-- 
Edit bug report at: http://bugs.php.net/?id=14945&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