php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3216 Wrong name of preprocessor directive
Submitted: 2000-01-14 11:45 UTC Modified: 2000-02-23 13:30 UTC
From: kir at astrive dot ru Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0 Latest CVS (14/01/2000) OS: Solaris 7 x86
Private report: No CVE-ID: None
 [2000-01-14 11:45 UTC] kir at astrive dot ru
Configure sets #define HAVE_GDIMAGECOLORRESOLVE, but functions/gd.c
actually checks for HAVE_GD_COLORRESOLVE.

Fix is here :

magnat!kir$ diff functions/gd.c functions/gd_new.c
223c223
< #ifndef HAVE_GD_COLORRESOLVE
---
> #ifndef HAVE_GDIMAGECOLORRESOLVE



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-02-23 13:30 UTC] sas at cvs dot php dot net
Fixed in CVS.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 21:01:30 2024 UTC