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 . ThanksMike
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 restartIf 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