Add DomXml Support to PHP / Apache server

Hi ,

I need add suuport of domxml in PHP 4.3.1 (package included on QNX Online)

what i need to do ?

regards,

Sylvain

Sylvain RAMOUSSE <sylvain.Ramousse@icbt.com> wrote:

Hi ,

I need add suuport of domxml in PHP 4.3.1 (package included on QNX Online)

How is it added on non-QNX platforms?

chris


Chris McKillop <cdm@qnx.com> “The faster I go, the behinder I get.”
Software Engineer, QSSL – Lewis Carroll –
http://qnx.wox.org/

Chris McKillop wrote:

How is it added on non-QNX platforms?

On Win32 Platform it’s a DLL, and on Linux plateform it’s a .deb or
…rpm, but i’ve found how to compile DomXml for PHP, you need use phpize
function to do this, and change some path in MakeFile.

Now I’m trying to add Xslt support …

Sylvain