From:             osman dot anwer at utoronto dot ca
Operating system: Window 2000 Server
PHP version:      4.3.10
PHP Bug Type:     COM related
Bug description:  PHP failing to instantiate COM object

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.

-- 
Edit bug report at http://bugs.php.net/?id=32341&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=32341&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=32341&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=32341&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=32341&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=32341&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=32341&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=32341&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=32341&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=32341&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=32341&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=32341&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=32341&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=32341&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=32341&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=32341&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=32341&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=32341&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=32341&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=32341&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=32341&r=mysqlcfg

Reply via email to