[PHP-DEV] PHP 4.0 Bug #8263 Updated: com_invoke From: sniper <email protected>
Date: 01/30/01

ID: 8263
Updated by: sniper
Reported By: behrooz <email protected>
Old-Status: Duplicate
Status: Closed
Bug Type: COM related
Assigned To:
Comments:

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

[2000-12-14 18:00:24] derick <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] behrooz <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] behrooz <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: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>