MikeP wrote:
Hello,
How do I know if an extension (specifically php-domxml) has to be compiled or can just be loaded.
I am using RedHat Linux .
Thanks
Mike

I assume by Red Hat you mean RHEL ??

I believe domxml is part of the php-xml package

yum install php-xml

then

/etc/init.d/httpd restart

If you are looking as to whether or not you already have it - put this in a page:

<?php phpinfo();?>

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to