[PHP] extention question

2009-04-01 Thread MikeP
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 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] extention question

2009-04-01 Thread Per Jessen
MikeP wrote: Hello, How do I know if an extension (specifically php-domxml) has to be compiled or can just be loaded. To see if it has already been compiled, check /usr/lib/phpx/extensions /Per -- Per Jessen, Zürich (6.8°C) -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] extention question

2009-04-01 Thread Michael A. Peters
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

Re: [PHP] extention question

2009-04-01 Thread Michael A. Peters
Per Jessen wrote: MikeP wrote: Hello, How do I know if an extension (specifically php-domxml) has to be compiled or can just be loaded. To see if it has already been compiled, check /usr/lib/phpx/extensions /Per I don't believe that is the right path on rhel - it certainly isn't on