php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3438 Unable to return GIF with ImageGIF() function
Submitted: 2000-02-09 16:28 UTC Modified: 2000-02-19 12:20 UTC
From: jordan at v-sync dot bg Assigned:
Status: Closed Package: Misbehaving function
PHP Version: 3.0.12 OS: SuSE Linux 6.3
Private report: No CVE-ID: None
 [2000-02-09 16:28 UTC] jordan at v-sync dot bg
When I try to return to te brawser the created gif file I recieve the following
error:

Fatal error: Call to unsupported or undefined function imagegif() in /usr/local/httpd/htdocs/count.php3 on line 28

I had no problems with SuSE 6.1 distribution.

Also I've read that in the new gdlib the support of GIF files is removed
instead a PNG support is added. So is there any way to display images with PHP?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-02-19 12:20 UTC] markonen at cvs dot php dot net
PHP 3.0.14 supports PNG images with GD 1.6 or later (ImagePNG()) and GIF images with GD 1.5 or earlier. 
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Jun 06 18:01:33 2024 UTC