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 this is not your bug, you can add a comment by following this link.
If this is your bug, but 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

Add a Patch

Pull Requests

Add a Pull Request

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: Fri Apr 19 07:01:27 2024 UTC