ID: 14945 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Duplicate Status: Closed Bug Type: Session related Operating System: Windows 2000 PHP Version: 4.1.1 New Comment:
I think this is fixed in CVS version. If you could try current 4.2.0-dev and still have problem, please reopen this report. Previous Comments: ------------------------------------------------------------------------ [2002-01-09 09:07:55] [EMAIL PROTECTED] Dup of #14497 ------------------------------------------------------------------------ [2002-01-09 05:30:40] [EMAIL PROTECTED] 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 this 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]