[PHP] Determining what's installed

2006-11-09 Thread tedd

Hi gang:

I'm sure this is an obvious question to most, but how does one 
determine what software is installed on a virtual host?


You see, I want to know if ImageMagick (MagicWand for PHP) is 
installed on my host or not. I've tried using cPannel and phpinfo, 
but neither mention it -- however --  I don't know for sure if either 
would anyway.


So, how do you find out -- other than asking the host (who in my 
case, is very slow to respond)?


Thanks,

tedd
--
---
http://sperling.com  http://ancientstones.com  http://earthstones.com

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



Re: [PHP] Determining what's installed

2006-11-09 Thread Darrell Brogdon
phpinfo() should mention it if its installed.  Also, just try calling  
one of the ImageMagick functions in a test script.  If its not  
installed PHP will complain accordingly.


-D

On Nov 9, 2006, at 11:02 AM, tedd wrote:


Hi gang:

I'm sure this is an obvious question to most, but how does one  
determine what software is installed on a virtual host?


You see, I want to know if ImageMagick (MagicWand for PHP) is  
installed on my host or not. I've tried using cPannel and phpinfo,  
but neither mention it -- however --  I don't know for sure if  
either would anyway.


So, how do you find out -- other than asking the host (who in my  
case, is very slow to respond)?


Thanks,

tedd
--
---
http://sperling.com  http://ancientstones.com  http://earthstones.com

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




Darrell Brogdon
[EMAIL PROTECTED]
http://darrell.brogdon.net

*
** Prepare for PHP Certication!**
** http://phpflashcards.com**
*