Upload Share and Earn

Showing posts with label G.D installation on Windows in PHP. Show all posts
Showing posts with label G.D installation on Windows in PHP. Show all posts

Monday, September 3, 2007

G.D installation on Windows in PHP

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.

 
eXTReMe Tracker