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.
- [PHP-INSTALL] Re: Loading DOMXML Bryan Hughes
- [PHP-INSTALL] Re: Loading DOMXML Jim Plush
- Re: [PHP-INSTALL] Re: Loading DOMXML Steven M. Payeur