Compiling PH and GD Library

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
vivekjain
Forum Commoner
Posts: 76
Joined: Thu Jan 08, 2004 12:38 am

Compiling PH and GD Library

Post by vivekjain »

Hi,
I would like to know how to install a GD2 library in PHP. Also, I am working on Windows, how do I compile PHP? Thanks
User avatar
phpScott
DevNet Resident
Posts: 1206
Joined: Wed Oct 09, 2002 6:51 pm
Location: Keele, U.K.

Post by phpScott »

if you already have php installed on your computer all you should have to do is to go to your php folder, find the file called php.ini and uncomment(remove the ; ) from in front of the gd2 library extension.
save the php.ini file and restart your webserver.

hopefully all should be right with the world.

run phpinfo and make sure it is installed.
Post Reply