Koozali.org: home of the SME Server

PHP COM Support

Offline pablitobs

  • **
  • 35
  • +0/-0
PHP COM Support
« on: November 26, 2008, 07:16:23 AM »
Hi guys, I need support for COM functions in PHP, since SME 7.x use php 4.x I don't have this functions available. So searcing on this forum I found a post to install php 5 as cgi so I can still use php4 in my server and php 5 in a separate folder.... that was cool, but the compilation for this php 5 how-to do not include support for COM functions as phpinfo() reports,

So anybody has an Idea how can I get this COM function enable on my SME Server, whitout upgrading the whole server?

Thans

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: PHP COM Support
« Reply #1 on: November 26, 2008, 09:10:00 AM »
Hi guys, I need support for COM functions in PHP, since SME 7.x use php 4.x I don't have this functions available. So searcing on this forum I found a post to install php 5 as cgi so I can still use php4 in my server and php 5 in a separate folder.... that was cool, but the compilation for this php 5 how-to do not include support for COM functions as phpinfo() reports,

So anybody has an Idea how can I get this COM function enable on my SME Server, whitout upgrading the whole server?
COM functions are only available in PHP on windows OS-es, therefore it can never be installed on any Linux based server.

This should be the list of COM functions: http://nl2.php.net/manual/en/ref.com.php , AFAIK phpinfo is a built in function and should be available always in every PHP installation.
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline pablitobs

  • **
  • 35
  • +0/-0
Re: PHP COM Support
« Reply #2 on: November 26, 2008, 09:14:02 AM »
mmmm I did not know that, whell, thanks anyway...