php & com

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
JonathanWang
Forum Newbie
Posts: 3
Joined: Fri Mar 02, 2012 8:42 pm

php & com

Post 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.
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: php & com

Post 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).
JonathanWang
Forum Newbie
Posts: 3
Joined: Fri Mar 02, 2012 8:42 pm

Re: php & com

Post by JonathanWang »

ok, let me try out today and I will post the result once done =)
Post Reply