Anon
01-07-2001, 11:33 AM
Is there anything special I need to do when compiling apache and php to enable the gd features? I want to be able to draw gifs with php.....
|
Click to See Complete Forum and Search --> : PHP and GD Anon 01-07-2001, 11:33 AM Is there anything special I need to do when compiling apache and php to enable the gd features? I want to be able to draw gifs with php..... Anon 01-07-2001, 05:10 PM Hi Check out this thread http://www.phpbuilder.com/forum/read.php3?num=3&id=102861&thread=102857 Anon 01-08-2001, 09:27 AM Download and install the latest version of libgd (http://www.boutell.com/gd/) and required libraries. Then configure php with gd ... eg. "./configure --with-gd " Type "./configure --help" for more options. Check out the online PHP manual entry http://www.php.net/manual/install.unix.php for instructions on configuration. PHP Builder
Copyright WebMediaBrands Inc. All Rights Reserved. |