enable DOM XML

jonn

Verified User
Joined
Mar 29, 2009
Messages
112
Location
Queensland, Australia.
I just installed exif, looks like it went okay.
custom/ap2/configure.php5


how do I enable DOM XML





p.s DA thanks for the centos thread :D
 
so in my
/usr/local/directadmin/custombuild/custom/ap2/configure.php5

all i need to write is
--with-xsl

or do I write this:

--with-dom=/usr/local/lib \
--with-dom-exslt=/usr/local/lib \
--with-dom-xslt=/usr/local/lib \
--with-xsl


or like this:

--with-xsl /
--enable-xslt
 
okay I added it --with-xsl to the new configure.php5 file & saved
gee that was simple

Do I have to clean & re-compile php everytime I add a new one to the configure.php5
 
Yes, PHP needs to be reinstalled with new configuration options :)
 
it installed and php compiled okay.

do I need to put
extension=php_domxml.so
in php.ini

Im a little hazy on where all the .so extensions are located
and how they load if they are not called from php.ini with extension=php_?.so

same goes for php_soap, php_curl, php_imap, php_sockets, php_xmlrpc, php_gd2, php_gettext

if I dont put them in php.ini how do they start?
is there a custom file include somewhere in custom cli for directadmin Ive missed.

Sorry if Im asking so many q'z just trying to get my head around going from plesk fedora to da centos, so different, and I use xampp offline pre-launch designing.
 
Last edited:
They are compiled in, you don't need to add any extensions.
 
Back
Top