ID: 25055
Updated by: [email]derick@php.net[/email]
Reported By: bart at mediawave dot nl
-Status: Open
+Status: Bogus
Bug Type: COM related
Operating System: Windows 2000
PHP Version: 5.0.0b1 (beta1)
New Comment:

Sorry, but your problem does not imply a bug in PHP itself. For a
list of more appropriate places to ask for help using PHP, please
visit [url]http://www.php.net/support.php[/url] as this bug system is not the
appropriate forum for asking support questions.

Thank you for your interest in PHP.

..


Previous Comments:
------------------------------------------------------------------------

[2003-08-12 09:04:56] bart at mediawave dot nl

Description:
------------
I got an error while trying to open Word through the COM class
functions. I get an error like: "class com not found".

Reproduce code:
---------------
$word = new COM("word.application") or die ('Unable to instanciate
Word');

Expected result:
----------------
Loading Word object into $word

Actual result:
--------------
class com not found

(I don't know the exact error message because I already installed PHP
4.3.2 to make it work)


------------------------------------------------------------------------


--
Edit this bug report at [url]http://bugs.php.net/?id=25055&edit=1[/url]