PDA

View Full Version : PHP + GD + Windows


THESiUS
2003-09-09, 15:11 PM
I installed PHP manually and that seems to be working just fine. But when I print out phpinfo() no where in there is GD. But if I look in my php.ini file in the /winnt folder I have that module/extension uncommented. So its like its not useing that php.ini file and useing another one elsewhere. Please help.

Thanks, THESiUS

Nestor
2003-09-09, 23:25 PM
You have to download the version of PHP in the ZIP file on top of the MSI file. The MSI file only has the basic PHP set up minus the extentions. Once you've unzipped the ZIP file, the GD extention will be in the extention folder. Upload that to your PHP installation and uncomment the right extention in your php .ini file.