peranha Posted January 27, 2008 Share Posted January 27, 2008 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. Quote Link to comment Share on other sites More sharing options...
PFMaBiSmAd Posted January 27, 2008 Share Posted January 27, 2008 What operating system? Quote Link to comment Share on other sites More sharing options...
peranha Posted January 28, 2008 Author Share Posted January 28, 2008 Win 2000 Quote Link to comment Share on other sites More sharing options...
PFMaBiSmAd Posted January 28, 2008 Share Posted January 28, 2008 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. Quote Link to comment Share on other sites More sharing options...
peranha Posted January 28, 2008 Author Share Posted January 28, 2008 Thanks, Downloaded the 5.2.5 zip file as my old one didnt come with the files and added them. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.