GD support?

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
mh
Forum Newbie
Posts: 4
Joined: Fri Jan 03, 2003 5:19 am
Contact:

GD support?

Post by mh »

HI,
i have php 3.2.2 installed. how do i test for GD support?
THZ

mh
User avatar
Johnm
Forum Contributor
Posts: 344
Joined: Mon May 13, 2002 12:05 pm
Location: Michigan, USA
Contact:

Post by Johnm »

Use

Code: Select all

echo phpinfo();
and in the "Configure Command" section you should see something like:

Code: Select all

--with-gd=/usr/local
Or something of the sort.


John M
Post Reply