php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5799 gd error
Submitted: 2000-07-26 18:05 UTC Modified: 2000-07-26 18:14 UTC
From: funk101 at bellsouth dot net Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.1pl2 OS: LinuxRH6.2
Private report: No CVE-ID: None
 [2000-07-26 18:05 UTC] funk101 at bellsouth dot net
when running make, php moves to ext/gd/gd.c and tries to compile gd library. When getting to function ImageCreateFromGIF it throws an error. 
Thought gif's were no longer supported by gdlibrary?

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-26 18:14 UTC] rasmus@php.net
If PHP detects a GD library or header files on your system that has GIF support, it will try to compile in GIF support.  You have either upgraded your installed GD library without removing config.cache and re-running configure, or you have two versions of the GD library installed.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Mon Jun 29 06:00:01 2026 UTC