php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14426 static function definition in php_gd.h has to be extern
Submitted: 2001-12-11 11:25 UTC Modified: 2002-03-17 12:01 UTC
Votes:3
Avg. Score:4.0 ± 0.8
Reproduced:3 of 3 (100.0%)
Same Version:1 (33.3%)
Same OS:2 (66.7%)
From: pumuckel at metropolis dot de Assigned:
Status: Closed Package: GD related
PHP Version: 4.1.0 OS: Linux 2.2.X
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: pumuckel at metropolis dot de
New email:
PHP Version: OS:

 

 [2001-12-11 11:25 UTC] pumuckel at metropolis dot de
The function definition in ext/gd/php_gd.h for gdImageColorResolve has to be changed from 'static' into 'extern', otherwise compile errors are to be expected (at least with gd version older than 1.6) (Error message is undefined reference to `gdImageColorResolve')



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-03-17 12:01 UTC] sander@php.net
This bug has been fixed in CVS.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 08:01:28 2024 UTC