[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

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