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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 03:01:29 2024 UTC