php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2769 Warning in gdttf.c
Submitted: 1999-11-19 19:33 UTC Modified: 1999-11-21 05:08 UTC
From: oliver at billix dot franken dot de Assigned:
Status: Closed Package: Compile Warning
PHP Version: 4.0 Latest CVS (19/11/1999) OS: Linux 2.0.38 libc5
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: oliver at billix dot franken dot de
New email:
PHP Version: OS:

 

 [1999-11-19 19:33 UTC] oliver at billix dot franken dot de
gdttf.c:168: warning: static declaration for `gdImageColorResolve' follows non-static

gdImageColorResolve probably should be enclosed in

#ifndef HAVE_GDIMAGECOLORRESOLVE
#endif

as it is in gd.c

Same goes for php3 (current CVS) !

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-11-21 05:08 UTC] rasmus at cvs dot php dot net
Fixed in both PHP 3 and 4 CVS trees
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Dec 30 14:01:28 2024 UTC