ID:               35066
 Updated by:       [EMAIL PROTECTED]
 Reported By:      bke15 at gmx dot de
-Status:           Assigned
+Status:           Feedback
 Bug Type:         COM related
 Operating System: Windows 2003 Server
 PHP Version:      5.1.0RC4
 Assigned To:      wez
 New Comment:

Are you running ISAPI or Apache?


Previous Comments:
------------------------------------------------------------------------

[2005-11-02 15:43:50] [EMAIL PROTECTED]

Assigned to the maintainer.


------------------------------------------------------------------------

[2005-11-02 15:31:22] bke15 at gmx dot de

Description:
------------
I am using com functions in PHP5 very frequent. While I created a new
COM Object via :

$xslDom = new COM( "MSXML2.FreethreadedDOMDocument.4.0" );
$xslDom->Load($XSLFile);

i get sometimes a server crash. I can't reproduce it, but if i reload
the page frequently the crash occurs some of each 10 requests.

Versions 5.0.5 and 5.0.4 do the job very fine.

Reproduce code:
---------------
$xslDom = new COM( "MSXML2.FreethreadedDOMDocument.4.0" );
$xslDom->Load($XSLFile);

Actual result:
--------------
Server Crash - the process exit code was '0xc0000005'.



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=35066&edit=1

Reply via email to