php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3083 undefined function imagegif() using gd 1.3
Submitted: 2000-01-03 02:35 UTC Modified: 2000-01-03 21:21 UTC
From: alexv at fibertel dot com dot ar Assigned:
Status: Closed Package: Other
PHP Version: 3.0.13 OS: Linux version 2.2.9
Private report: No CVE-ID: None
 [2000-01-03 02:35 UTC] alexv at fibertel dot com dot ar
well, I've just installed php 3.0.13 using the same libraries used to compile my old 3.0.7 version

when I try to imagegif() at my script I get Fatal error: Call to unsupported or undefined function imagegif() 

here's the image related results of php configure script:

checking whether to include GD support... yes
checking for gdImageLzw in -lgd... (cached) no
checking for gdImageCreateFromPng in -lgd... (cached) no
checking for gdImageCreateFromGif in -lgd... (cached) no
checking for gdImageColorResolve in -lgd... (cached) no
checking for gdImageGif in -lgd... (cached) yes
checking for gdImageCopyMerge in -lgd... (cached) no
checking for gdImageGifToSink in -lgd... (cached) no
checking for gdImageString16 in -lgd... (cached) yes
checking whether to include ttf support... yes
checking whether to enable 4bit antialias hack with FreeType2... no
checking whether to enable t1lib support with GD... no
checking whether to include GNU gettext support... no
checking whether to include ImageMagick support... no

phpinfo(); shows: gd Version 1.3 with FreeType support

I've been using this same gd 1.3 version before and imagegif() was working fine on php 3.0.7
hope you guys can tell what's wrong with this.

btw, im running Apache/1.3.9



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-01-03 21:21 UTC] rasmus at cvs dot php dot net
Fixed in CVS - a weird workaround is to install libz and libpng

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 21:01:31 2024 UTC