PHP :: Bug #27437 :: Wrong includes in ext/gd/libgd/gdft.c

Bug #27437 Wrong includes in ext/gd/libgd/gdft.c
Submitted: 2004-02-29 10:06 UTC Modified: 2004-03-06 13:17 UTC
From: toby@php.net Assigned:
Status: Closed Package: GD related
PHP Version: 4.3.4 OS: Debian 3 Unstable
Private report: No CVE-ID: None

 [2004-02-29 10:06 UTC] toby@php.net

Description:
------------
Produces Erros during make process.

Reproduce code:
---------------
#include "freetype/ftglyph.h"

should be

#include FT_GLYPH_H



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports

 [2004-03-06 13:17 UTC] iliaa@php.net

This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.