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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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: Mon Apr 29 16:01:31 2024 UTC