Connecting Tech Pros Worldwide Help | Site Map

COM/DCOM on Linux

John D
Guest
 
Posts: n/a
#1: Nov 22 '05
Hi

I'm about to use a COM/DCOM component in a PHP webapplication. Until
now I searched through google without any kind of succes.

Does any of you know whether it's posible or not to access a COM/DCOM
component within PHP when running on a Linux server.


//John D

Carl
Guest
 
Posts: n/a
#2: Nov 22 '05

re: COM/DCOM on Linux


John D wrote:[color=blue]
> Hi
>
> I'm about to use a COM/DCOM component in a PHP webapplication. Until
> now I searched through google without any kind of succes.
>
> Does any of you know whether it's posible or not to access a COM/DCOM
> component within PHP when running on a Linux server.
>
>
> //John D
>[/color]

John,

If you are inquiring about the COM functions in php, you can get that
info directly from php.net here:

http://www.php.net/manual/en/ref.com.php

See the Requirements section.

Carl.
Preston
Guest
 
Posts: n/a
#3: Nov 22 '05

re: COM/DCOM on Linux


See:
http://us3.php.net/manual/en/ref.com.php

This should answer most of your questions. I have not actually used
any of this but it looks like you can use COM/DCOM from PHP to some
degree. You may not be able to actually execute the COM on the linux
box but instead remotely access a COM object residing on a Windows box
from your linux box.


- Preston

Closed Thread