For Programmers: Free Programming Magazines  


Home > Archive > PHP Installation > March 2005 > Re: [PHP-INSTALL] Re: Loading DOMXML









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: [PHP-INSTALL] Re: Loading DOMXML
Steven M. Payeur

2005-03-12, 3:57 am

I ran into the same kind of problem. I finally gave up and wrote a PERL
CGI script.

Jim Plush wrote:
> Is it possible to change webhosts? honestly if your webhost won't even
> let you load the domxml extension you're in big trouble if you start
> getting into more advanced features. My host lets me build my own custom
> php version to use however I want.
>
> If they have a PHP5 plan you could use SimpleXML like the DOM
>
> "Bryan Hughes" <bryan@eoblue.com <mailto:bryan@eoblue.com>> wrote in
> message news:422F167A.7040503@eoblue.com...
> I am using hosting from a company that doesn't have DOMXML support
> loaded. The say it causes the servers to slow down too much.
>
> Is there a way to load DOMXML automatically?
>
> I tried
>
> if(!extension_loaded("doxml")) { dl("php_domxml.c"); }
>
> but said "Unable to load dynamic library './php_domxml.c' ... No
> such file or directory
>
> I also tried php_domxml.so.
>
> Is this not possible? Are there any other solutions for getting xml
> support in the confines of webhosting environment.

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com