trev72 Posted February 19, 2007 Share Posted February 19, 2007 Hi Guys Sorry Guys I accidently published this in the installation forum instead of here if a mod could remove it from there I would be grateful as I am not actually having installation problems I'm new to php and I recently downloaded and installed php 4.4.4 using the installer. I didn't know that the installer didn't install the extentions. Can some one please tell me how to load the extentions now as there are no options in the installer and I am really lost. I am using IIS if that helps at all. Link to comment https://forums.phpfreaks.com/topic/39099-gd-extentions/ Share on other sites More sharing options...
printf Posted February 19, 2007 Share Posted February 19, 2007 open your PHP.INI and find... ;extension=php_gd2.dll change that to... extension=php_gd2.dll Then make sure your environment Path, includes the path pointing to the directory where gds32.dll is installed. To do that... Right click "My Computer", scroll to Properties, left click. At the top, click the "Advanced" tab, then click the "Environment Variables" tab. Lower window, left double click "Path", in the "variable value" input, go to the end of the value, then add... (drive_letter:\path_to_directory_that contains_gds32.dll) Say it was here => c:\php\gds32.dll, then you would add to the end of the value... ;c:\php left click OK (3) times, go to services full shut-down World Wide Web Publisher, then Start it! printf Link to comment https://forums.phpfreaks.com/topic/39099-gd-extentions/#findComment-188292 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.