> Rodrigo,
> I've been struggling with this for some time, so here goes:
> 
> The php4 builds do not support .gif files, you'll need to change your files
> to .jpg or .png format, or use php3 (I can't change to php3).

This is not true.  GIF support depends solely on the version of the GD 
library PHP is linked against.  GIF support was not removed from PHP.  It 
was removed from later versions of the GD library.  Simply grab an older 
version of GD which has GIF support and link PHP against that.

-Rasmus


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

Reply via email to