ttmt Posted January 7, 2009 Share Posted January 7, 2009 Hi all I'm still really new to php so I'm still finding my way around. I'm working on two computers, a Mac with MAMP (PHP 5.1.6) installed and a PC with WAMP (PHP 5.2.. The project I'm trying to work on uses the GD library which is present on the MAMP (PHP 5.1.6) version of PHP but not on the WAMP (PHP 5.2.. Is it possibe to install the GD library with PHP 5.2.8, if it is how would I go about this. Any help would be appreicated. Link to comment https://forums.phpfreaks.com/topic/139909-solved-gd-library/ Share on other sites More sharing options...
DarkerAngel Posted January 7, 2009 Share Posted January 7, 2009 Personally I don't use the standard WAMP installer I do every component separately but to get GD in the WAMP installation you have to uncomment or add the line that has the GD library. And make sure the location is correct. Link to comment https://forums.phpfreaks.com/topic/139909-solved-gd-library/#findComment-731971 Share on other sites More sharing options...
ttmt Posted January 7, 2009 Author Share Posted January 7, 2009 How exactly would I do that - I'm new to php, which is why I'm using WAMP Link to comment https://forums.phpfreaks.com/topic/139909-solved-gd-library/#findComment-731975 Share on other sites More sharing options...
DarkerAngel Posted January 7, 2009 Share Posted January 7, 2009 I'm sorry I forgot to even tell you that its in the php.ini file. Link to comment https://forums.phpfreaks.com/topic/139909-solved-gd-library/#findComment-731983 Share on other sites More sharing options...
ttmt Posted January 8, 2009 Author Share Posted January 8, 2009 I've found the php.ini file but can't find any mention of the GD library in either the MAMP or WAMP installations. MAMP shows the GD library in the phpInfo() file. How do I find the the GD library in the WAMP php.ini file ? Link to comment https://forums.phpfreaks.com/topic/139909-solved-gd-library/#findComment-732307 Share on other sites More sharing options...
robb73 Posted January 8, 2009 Share Posted January 8, 2009 C:\wamp\php\php5.ini look under ;Windows Extensions extension=php_gd2.dll (line 598) Link to comment https://forums.phpfreaks.com/topic/139909-solved-gd-library/#findComment-732342 Share on other sites More sharing options...
ttmt Posted January 8, 2009 Author Share Posted January 8, 2009 Worked it out thanks. WAMP has an extensions menu where I could select the GD library Link to comment https://forums.phpfreaks.com/topic/139909-solved-gd-library/#findComment-732343 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.