How do I install GD in windows?
(May 28, 2003)
Question:
The GD Library is not installed under php in windows, how do I install it?
Answer:
Go to http://www.php.net/downloads.php and download the 'PHP 4.x.x zip package' if you don't allready have it. This package contains the GD-Library for windows. Find php_gd2.dll (or php_gd.dll if you need gif-support, but you will have less good image quality) and put it in your php folder (Usual c:\php). Find in the php.ini in your windows folder:
;extension=php_gd.dll
;extension=php_gd2.dll
Uncomment extension="php_gd2".dll by deleting the ';' in front of it.
George Petrov
George Petrov is the Founder of the highly successful Zones: DMXzone.com, FWzone.net, FLzone.com, CFzone.net, DNzone.com and FlashFiles.nl
He has developed the comprehensive Dynamic Zones Content Management System that is the brains driving them and constantly supports their online communities with his extensive and valuable knowledge.
He is a renowned web development 'Guru' who has written many articles and extension for Adobe's Dreamweaver.
George Petrov is also the CEO and Founder of Dynamic Zones and also very proud of his children Sofie, Victor and Alexander!
User Reviews
Total of 2 reviewsHELP
Written by Jim Civitello on March 5, 2006I have PHP 5 installed on my windows server 2003 machine and I can't get the smart image prossor to work, I have the php_gd2.dll in my PHP directory and did the correct edit in my php.ini file by removing the ';' from infront of the extention, I ...
Problem keeps coming
Written by erik lindsten on April 9, 2005I have put in the right path and done is you write but gets this warning. PHP Warning: PHP Startup: gd: Unable to initialize module Module compiled with module api='20040412,' debug='0,' thread-safety=1 PHP compiled with module api='20041030,' ...







