|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-03-09 06:24 UTC] sander@php.net
[2002-04-10 18:55 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Thu Mar 26 13:00:01 2026 UTC |
<?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