ID: 41577 Updated by: [EMAIL PROTECTED] Reported By: boen dot robot at gmail dot com -Status: Open +Status: Assigned Bug Type: COM related Operating System: Windows XP Professional SP2 PHP Version: 5CVS-2007-06-03 (snap) -Assigned To: +Assigned To: wez New Comment:
Assigned to the maintainer. Previous Comments: ------------------------------------------------------------------------ [2007-06-03 15:31:09] boen dot robot at gmail dot com Description: ------------ When I run any PHP file using the DOTNET class, The class is first run as it should (the sample from the documentation does ineed produce "Hello .Net"), but after a page refresh, or if a navigate away from the page and go back, the server crashes. I have PHP installed locally as an Apache 2.2.4 module. I tryed turning off my antivirus (NOD32 in case it's relevant), but that didn't helped either. I have all .NET 1.1, .NET 2.0 and .NET 3.0 with all updates from Microsoft Update. Reproduce code: --------------- <?php $stack = new DOTNET("mscorlib", "System.Collections.Stack") or die('not created'); die('created'); ?> Expected result: ---------------- The file should output "created" every time it's executed, unless perhaps I had an error in the constructor, in which case it should output "not created". Actual result: -------------- "created" is only outputted the first time. After that... A server crash with this in the error details: szAppName : httpd.exe szAppVer : 2.2.4.0 szModName : php5ts.dll szModVer : 5.2.4.4 offset : 000e622d ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=41577&edit=1