Koozali.org: home of the SME Server

Obsolete Releases => SME 7.x Contribs => Topic started by: pablitobs on November 26, 2008, 07:16:23 AM

Title: PHP COM Support
Post by: pablitobs 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
Title: Re: PHP COM Support
Post by: cactus 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.
Title: Re: PHP COM Support
Post by: pablitobs on November 26, 2008, 09:14:02 AM
mmmm I did not know that, whell, thanks anyway...