Re: [PHP-DOC] PHP & COM/DCOM From: Derick Rethans (d.rethans <email protected>)
Date: 12/27/00

Hello Andrey,

COM/DCOM with PHP is only supported with PHP on Windows.
You can't access a COM component from a Linux based machine
with PHP.

Derick

On Wed, 27 Dec 2000, Andrey Freire wrote:

> Hello all,
> I,m brasilian, how are you?
> My problem is that, I wanna access one COM object but my web server
> is linux and application server is NT.
>
> my Com Object is : Project.COMServer
> and my application server is : app_server
>
> this command fail:
> $Comserver = new COM("Project.COMServer","app_server");
>
> How can i do that?
>
> Bye, thanks.
> Freire, Andrey.
>
>