For Programmers: Free Programming Magazines  


Home > Archive > PHP Installation > March 2005 > 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 Loading DOMXML
Bryan Hughes

2005-03-09, 3:57 pm

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
</head>
<body>
<font size="2"><font face="Helvetica,sans-serif">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.<br>
<br>
Is there a way to load DOMXML automatically?<br>
<br>
I tried<br>
<br>
if(!extension_loaded("doxml")) { dl("php_domxml.c"); }<br>
<br>
but said  "Unable to load dynamic library './php_domxml.c' ... No such
file or directory<br>
<br>
I also tried php_domxml.so.<br>
<br>
Is this not possible? Are there any other solutions for getting xml
support in the confines of webhosting environment.<br>
</font></font>
</body>
</html>
Jim Plush

2005-03-11, 8:57 pm

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> 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