php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #32341 PHP failing to instantiate COM object
Submitted: 2005-03-16 18:33 UTC Modified: 2005-03-25 01:00 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:2 of 2 (100.0%)
Same Version:2 (100.0%)
Same OS:2 (100.0%)
From: osman dot anwer at utoronto dot ca Assigned:
Status: No Feedback Package: COM related
PHP Version: 4.3.10 OS: Window 2000 Server
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: osman dot anwer at utoronto dot ca
New email:
PHP Version: OS:

 

 [2005-03-16 18:33 UTC] osman dot anwer at utoronto dot ca
Description:
------------
PHP 4.3.10 is failing to instantiate COM objects for me.
I am trying to instantiate the Microsoft XML parser but it is silently failing. 

When I try it with PHP 4.3.8, it works perfectly.

I am running Windows 2000 server with Apache 1.3.31 and 
PHP 4.3.10

Reproduce code:
---------------
$xml_obj = new COM("Msxml2.DOMDocument.4.0")or die("Could not instantiate MSXML parser");

Actual result:
--------------
I get an error saying page failed to load.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-03-25 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 18:01:29 2024 UTC