My FC4 comes with PHP5, Apache, and MySQL. But from phpinfo(), I saw --without-gd in PHP configuration. Is there any way I can add gd extension or other extensions without having to compile from source? Although XAMPP is available, I couldn't figure out adding subversion with it, any thoughts?
thx
how to add GD extension in PHP5?
Moderator: General Moderators
- andre_c
- Forum Contributor
- Posts: 412
- Joined: Sun Feb 29, 2004 6:49 pm
- Location: Salt Lake City, Utah
just type:
on the command line as root
Code: Select all
yum install php-gd