From:             [EMAIL PROTECTED]
Operating system: FreeBSD 4.3-Stable
PHP version:      4.0.6
PHP Bug Type:     GD related
Bug description:  gdImageGif/gdImageCreateFromGif support

The FreeBSD port for gd (gd-1.8.4_3 specifically) recently added support
back in for gdImageCreateFromGif (Read support for GIFs) but did *NOT*
return gdImageGif (Writing GIFs).

Configuring php-4.0.6 using --with-gd does a test for gdImageCreateFromGif
and assumes support for gdImageGif as well.  (Sets HAVE_GD_GIF - which
turns on all GIF support in ext/gd)

Could Gif support be split into two defines?
(HAVE_GD_GIF_READ/HAVE_GD_GIF_WRITE or something similar)


-- 
Edit bug report at: http://bugs.php.net/?id=13265&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to