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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
15 - 6 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Thu Mar 28 10:01:26 2024 UTC