From:             bart at mediawave dot nl
Operating system: Windows 2000
PHP version:      5.0.0b1 (beta1)
PHP Bug Type:     COM related
Bug description:  class COM not found

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 bug report at http://bugs.php.net/?id=25055&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=25055&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=25055&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=25055&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=25055&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=25055&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=25055&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=25055&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=25055&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=25055&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=25055&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=25055&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=25055&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=25055&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=25055&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=25055&r=gnused

Reply via email to