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
 [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: Thu Apr 18 01:01:28 2024 UTC