Page 1 of 1

php & com

Posted: Fri Mar 02, 2012 8:58 pm
by JonathanWang
Hello all,

I have a similar question, but this time, my Web server (Mac Lion, Apache2) is trying to connect to (LAN environment ) a COM+ object on a remote window based machine.
Can I do the same thing? but it seems that the COM module is not installed in my Mac PHP, is that why? or?

Thank you and best regards.

Re: php & com

Posted: Sat Mar 03, 2012 12:49 pm
by requinix
COM is only available in PHP that's built and executing on Windows systems. But if your Mac has some kind of Windows emulation mode then you might have a chance (but you'd still need a Windows version of PHP).

Re: php & com

Posted: Sat Mar 03, 2012 8:41 pm
by JonathanWang
ok, let me try out today and I will post the result once done =)