WAMP - How do I install GD in windows?
In PHP.ini file
Find the following line:
;extension=php_gd2.dll
Uncomment extension=”php_gd2″.dll by deleting the ‘;’ in front of it.
Restart Apache.
In PHP.ini file
Find the following line:
;extension=php_gd2.dll
Uncomment extension=”php_gd2″.dll by deleting the ‘;’ in front of it.
Restart Apache.
You must be logged in to post a comment.