abdfahim Posted June 26, 2007 Share Posted June 26, 2007 I install Apache 2.0.54, php 5.2.3 and mysql 4.1.20. But unfortunately the GD library is not installed. Also, I dont find any "extention=php_gd.dll" line in php.ini file. So, plz help me installing GD library in my PC. Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted June 26, 2007 Share Posted June 26, 2007 If you cant find the line then just add the line into the php.ini in the extensions section: extension=php_gd2.dll Before adding it made sure php_gd2.dll is located in PHP's extensions folder. When you haved that line save the php.ini and restart Apache or whatever server software you are using. GD should now be available. Quote Link to comment Share on other sites More sharing options...
abdfahim Posted June 27, 2007 Author Share Posted June 27, 2007 thanx BOSS ... it works. 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.