php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4198 imagegif not work
Submitted: 2000-04-20 10:53 UTC Modified: 2000-05-02 18:52 UTC
From: swinfor at uol dot com dot br Assigned:
Status: Closed Package: Other
PHP Version: 3.0.16 OS: windows98
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: swinfor at uol dot com dot br
New email:
PHP Version: OS:

 

 [2000-04-20 10:53 UTC] swinfor at uol dot com dot br
When use imagegif in my php script a error message was displayed. For other image functions, the script works ok!
I include all modules in my php.ini.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-05-02 18:52 UTC] hholzgra at cvs dot php dot net
newer versions of the gd library do not 
support GIF output anymore due to license
issues (UNISYS patents)

configure up to 3.0.16 checks for the availbale 
output formats in the installed GD and enables 
only those functions supported by this GD

future versions will report 
"ImageGif: No GIF support in this PHP build"
instead of
"Call to undefined function:  imagegif()"

hope this will help a bit
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 04:01:27 2024 UTC