I am trying to add the GD2 and EXIF extensions to php running on WHM. But I cant seem to find the php extension dir and for that matter the right php.ini file. Can anyone help me out?
I am trying to add the GD2 and EXIF extensions to php running on WHM. But I cant seem to find the php extension dir and for that matter the right php.ini file. Can anyone help me out?
If you do a phpinfo.php file
<?php
phpinfo();
?>
It will show you the path to the .ini on your server.