GD Library

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
kettle_drum
DevNet Resident
Posts: 1150
Joined: Sun Jul 20, 2003 9:25 pm
Location: West Yorkshire, England

GD Library

Post by kettle_drum »

I just downloaded and installed the latest stable version of php - 4.3.4 - in the hope that i could have a play about with the GD library functions - but when i try to use functions such as imagecreatefromjpeg php doesnt seem to have the functions - from what i read it should be included in this version of php, so im wondering why its not working.

Any advice?
jtc970
Forum Commoner
Posts: 38
Joined: Sun Jan 18, 2004 11:49 pm

Post by jtc970 »

uncomment the gd2.dll in your PHP.ini file
Post Reply