From: [EMAIL PROTECTED] Operating system: Windows NT/98 PHP version: 4.0.5 PHP Bug Type: COM related Bug description: "COM" command no longer works I have just upgraded from v4.0.4 and am having trouble with COM. I downloaded the WIN32 install for IIS (smaller version). The command I had working in 4.0.4 was: $ad = new COM("component"); This is a Visual Basic 6 DCOM component I had created and was looking at converting to a PHP/Web solution. With v4.0.5, the application generates: "dbg: Unable to initialise module Module compiled with debug=0, thread-safety=1 module API=2001214 PHP compiled with debug=0, thread-safety=1 module API=200001222 These options need to match." The web session hangs. If I change "COM" to "com_load" I get the message above, plus the following message is displayed in the web session: "Fatal error: Cannot instantiate non-existent class: com_load in C:\Inetpub\wwwroot\cc\testcom.php on line 118" I would appreciate any assistance (or access to a copy of the WIN32 short install for version 4.0.4). Thanks James Organ -- Edit Bug report at: http://bugs.php.net/?id=10594&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]