Hey everyone,
I'm pretty new to PHP and at the moment I'm writing this script which can batch-convert images from a folder to thumbnails. After some research I found out that for this the GD-library is required, which should be bundled in any PHP version after PHP 4.3. I am currently using PHP 5.2 on my Mac OSX MAMP-server, however when I run phpinfo(), it will not show the GD-component. How do I enable it? Not in php.ini file, I searched for gd, no success.
Thanks in advance!
Ivo


