Re: extention question

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux