ID: 35066
Comment by: IMarvinTPA at bigfoot dot com
Reported By: bke15 at gmx dot de
Status: Assigned
Bug Type: COM related
Operating System: Windows 2003 Server
PHP Version: 5.1.0RC4
Assigned To: wez
New Comment:
I'm getting this crash every time on WinXP SP1, PHP 5.1 release, IIS
5.1 (PWS)
The line of code that does it in:
$oCapicom = new COM("CAPICOM.EncryptedData");
IMarv
Previous Comments:
------------------------------------------------------------------------
[2005-11-02 16:14:35] bke15 at gmx dot de
I am running on ISAPI on all cases.
------------------------------------------------------------------------
[2005-11-02 16:00:39] [EMAIL PROTECTED]
Are you running ISAPI or Apache?
------------------------------------------------------------------------
[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