Page 1 of 1

Compiling PH and GD Library

Posted: Wed Jun 01, 2005 7:05 am
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

Posted: Wed Jun 01, 2005 7:43 am
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.