PDA

View Full Version : Finding Out What Php Mods Are Installed


krAnk
03-03-2004, 12:41 PM
Is there a way to find out what modules are installed for php? I'm in a need of ImageMagick or NetPBM being installed. If they are installed, how can I obtain the path to these mods?

QuickGold
03-03-2004, 02:02 PM
ImageMagick is installed and the path is: /usr/bin

eugene
03-04-2004, 12:32 AM
Create a php file with the following contents:
<?php
phpinfo();
?>