ID: 15967
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Duplicate
Bug Type: Reproducible crash
Operating System: WinXP
PHP Version: 4.1.1
New Comment:
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.
Previous Comments:
------------------------------------------------------------------------
[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