ID: 8263 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: COM related Assigned To: Comments: Previous Comments: --------------------------------------------------------------------------- [2000-12-14 18:00:24] [EMAIL PROTECTED] I had exactly the same problem, but I got the com objects to work with this kind of syntax: $obj = new COM ("name"); and call a method with: $obj->method ($param1); properties: $obj->prop1 = "blagh"; --------------------------------------------------------------------------- [2000-12-14 17:47:36] [EMAIL PROTECTED] On Windows 2000 server: Any attempt to use com_invoke() returns this error message: Fatal error: Call to undefined function: com_invoke() in ... The COM was tested, it works with VBScript from a Microsoft ASP with the same conditions. --------------------------------------------------------------------------- [2000-12-14 17:44:12] [EMAIL PROTECTED] On Windows 2000 server: Any attempt to use com_invoke() returns this error message: Fatal error: Call to undefined function: com_invoke() in ... The COM object was tested, it works with VBScript from a Microsoft ASP with the same conditions. --------------------------------------------------------------------------- Full Bug description available at: http://bugs.php.net/?id=8263 -- 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]