On Tuesday 18 February 2003 10:51, Michael P. Carel wrote:
> i've already compiled my PHP4 with imagejpeg support but now im loosing my
> imagegif function. Image jpeg function is now working but for the gif im
> receiving this error:
> Fatal error: Call to undefined function: imagegif()
>
> Here's my php info after my re-compilation :
>
> Configure Command  './configure' '--with-mysql'
> '--with-apache=../apache_1.3.24' '--with-gd'
> '--with-jpeg-dir=/php-4.3.0/ext/gd/libgd' '--with-zlib'
> GD Support  enabled
> GD Version  bundled (2.0 compatible)
> GIF Read Support  enabled
> JPG Support  enabled
> PNG Support  enabled
> WBMP Support  enabled
>
>
> Any idea why?

You need GIF write support in the GD library, which isn't officially supported 
anymore. Google for non-official GD library with GIF support.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
Civilization is fun!  Anyway, it keeps me busy!!
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to