php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13265 gdImageGif/gdImageCreateFromGif support
Submitted: 2001-09-12 11:13 UTC Modified: 2001-09-12 11:17 UTC
From: jbozza at geocomm dot com Assigned:
Status: Closed Package: GD related
PHP Version: 4.0.6 OS: FreeBSD 4.3-Stable
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: jbozza at geocomm dot com
New email:
PHP Version: OS:

 

 [2001-09-12 11:13 UTC] jbozza at geocomm dot com
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)


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-09-12 11:17 UTC] jbozza at geocomm dot com
Notices in CVS that there is HAVE_GD_GIF_CREATE and HAVE_GD_GIF_READ.  Will close this until I test 4.0.7.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 15:01:29 2024 UTC