ID: 15967 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Duplicate +Status: Closed Bug Type: Reproducible crash Operating System: WinXP PHP Version: 4.1.1 New Comment:
This should be fixed in PHP 4.2.0..try the latest RC from http://www.php.net/~derick/ and reopen if this still fails. (remember to replace the php4ts.dll also!) Previous Comments: ------------------------------------------------------------------------ [2002-03-09 06:24:59] [EMAIL PROTECTED] Very likely to be a problem with an incorrect session.save_path. There's alreadd a report for that. If that's not the case, reopen this report. ------------------------------------------------------------------------ [2002-03-08 21:09:40] [EMAIL PROTECTED] <?php srand((double)microtime()*1000000); $session_id= md5(uniqid(rand())); session_register($session_id); ?> crashes (reproducible) my IIS at WinXP. IE-error reporting tells me: szAppName : php.exe szAppVer : 0.0.0.0 szModName : php4ts.dll szModVer : 0.0.0.0 offset : 000a956c I use the standard installation (install from web) without any other addins. Besides sessions, I have no problems with PHP ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=15967&edit=1
