Page 1 of 1

GD support?

Posted: Fri Jan 03, 2003 5:32 am
by mh
HI,
i have php 3.2.2 installed. how do i test for GD support?
THZ

mh

Posted: Fri Jan 03, 2003 10:47 am
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