Jump to content

[SOLVED] GD Library


Recommended Posts

Where can I get the library, and instructions to install it.  I have not worked with this before, and searched the web.  Everywhere i go, it says to uncomment the php_gd2.dll line in my PHP.ini file.  There is no line in my ini file.  I am using PHP5. Thanks in advance.

Link to comment
Share on other sites

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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.