HI,
i have php 3.2.2 installed. how do i test for GD support?
THZ
mh
GD support?
Moderator: General Moderators
- Johnm
- Forum Contributor
- Posts: 344
- Joined: Mon May 13, 2002 12:05 pm
- Location: Michigan, USA
- Contact:
Use
and in the "Configure Command" section you should see something like:
Or something of the sort.
John M
Code: Select all
echo phpinfo();Code: Select all
--with-gd=/usr/localJohn M