Forum Moderators: coopster
My phpinfo() does not list GD as being installed and using any of the GD commands just causes errors. For example gd_info() gives "Fatal error: Call to undefined function: gd_info()".
What is the easiest way of activating GD? I only want to make thumbnails of some JPG images - nothing fancy. Is there an easier way without GD (or Imagemagick)?
I added "extension=gd.so" in my php.ini, but nothing happened.
Do I have to re-compile my PHP and is that as risky as it sounds? ("If it aint broken...")
Many thanks!