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
Compiling PH and GD Library
Moderator: General Moderators
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.
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.