php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27534 Call to undefined function: imagegif()
Submitted: 2004-03-08 23:45 UTC Modified: 2004-03-09 00:25 UTC
From: zibri at libero dot it Assigned:
Status: Not a bug Package: GD related
PHP Version: 4CVS-2004-03-08 (stable) OS: Windows XP Professional SP1
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: zibri at libero dot it
New email:
PHP Version: OS:

 

 [2004-03-08 23:45 UTC] zibri at libero dot it
Description:
------------
function imagegif does not seem to work !

ImageGIF($photoImage);

returns:

Fatal error:  Call to undefined function:  imagegif()


Reproduce code:
---------------
ImageGIF($photoImage);


Expected result:
----------------
A GIF IMAGE

infact if I call imagejpeg($photoimage) I get a normal jpeg..

Actual result:
--------------
Fatal error:  Call to undefined function:  imagegif()

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-03-09 00:25 UTC] fmk@php.net
Read the manual before posting bugs:
http://www.php.net/imagegif
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun May 11 17:01:27 2025 UTC