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.
php & com
Moderator: General Moderators
Re: php & com
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).
-
JonathanWang
- Forum Newbie
- Posts: 3
- Joined: Fri Mar 02, 2012 8:42 pm
Re: php & com
ok, let me try out today and I will post the result once done =)