php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14899 error in GD/GIF handling
Submitted: 2002-01-07 03:03 UTC Modified: 2002-02-01 03:55 UTC
Votes:2
Avg. Score:4.0 ± 1.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: cech at debian dot org Assigned:
Status: Closed Package: GD related
PHP Version: 4.1.1 OS: Debian GNU/Linux
Private report: No CVE-ID: None
 [2002-01-07 03:03 UTC] cech at debian dot org
When is php compiled with GD 1 with GIF then phpinfo() returns correcly but imagetypes() doesn't think GIF is supported. The fix should be in ext/gd/gd.c line 931 to
s/HAVE_GD_GIF/HAVE_GD_GIF_CREATE/ courtesy Bill Sidhipong

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-02-01 03:55 UTC] derick@php.net
Fixed in CVS
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 15:01:29 2024 UTC