Jump to content

[SOLVED] GD Library


Recommended Posts

Just add the following line with all the other extension= ... lines in php.ini

extension=php_gd2.dll

 

If using Apache, stop and start your web server or if using IIS, stop and start the IIS service (not just the web site) to get any changes made to php.ini to take effect.

 

The above assumes that you got the complete php .zip package from php.net, so that the php_gd2.dll is present in the correct folder and that your php installation works for other extensions and the php.ini that you are changing is the one that php is using. All the normal stuff.

Link to comment
https://forums.phpfreaks.com/topic/88099-solved-gd-library/#findComment-450845
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.