ID: 32341 Updated by: php-bugs@lists.php.net Reported By: osman dot anwer at utoronto dot ca -Status: Feedback +Status: No Feedback Bug Type: COM related Operating System: Window 2000 Server PHP Version: 4.3.10 New Comment:
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". Previous Comments: ------------------------------------------------------------------------ [2005-03-17 09:43:11] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php4-STABLE-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-STABLE-latest.zip ------------------------------------------------------------------------ [2005-03-16 18:33:29] 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. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=32341&edit=1