From: [EMAIL PROTECTED]
Operating system: WinXP
PHP version: 4.1.1
PHP Bug Type: Reproducible crash
Bug description: session_start(); crashes php.exe
<?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 bug report at http://bugs.php.net/?id=15967&edit=1
--
Fixed in CVS: http://bugs.php.net/fix.php?id=15967&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=15967&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=15967&r=needtrace
Try newer version: http://bugs.php.net/fix.php?id=15967&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=15967&r=support
Expected behavior: http://bugs.php.net/fix.php?id=15967&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=15967&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=15967&r=submittedtwice