mirror of
https://github.com/php/php-src.git
synced 2026-03-28 18:22:42 +01:00
Fixed bug #27437 (wrong freetype include inside GD library).
This commit is contained in:
1
NEWS
1
NEWS
@@ -4,6 +4,7 @@ PHP 4 NEWS
|
||||
- Fixed possible crashes inside socket extension, due to missing check inside
|
||||
allocation functions. (Ilia)
|
||||
- Fixed bug #27443 (defined() returns wrong type). (Derick)
|
||||
- Fixed bug #27437 (wrong freetype include inside GD library). (Ilia)
|
||||
- Fixed bug #27384 (unpack() misbehaves with 1 char string). (GeorgeS)
|
||||
- Fixed bug #27383 (Potential crash inside fopen_wrapper, while parsing
|
||||
response code). (Ilia)
|
||||
|
||||
@@ -62,7 +62,7 @@ gdImageStringFT (gdImage * im, int *brect, int fg, char *fontlist,
|
||||
#include "gdcache.h"
|
||||
#include <ft2build.h>
|
||||
#include FT_FREETYPE_H
|
||||
#include "freetype/ftglyph.h"
|
||||
#include FT_GLYPH_H
|
||||
|
||||
/* number of fonts cached before least recently used is replaced */
|
||||
#define FONTCACHESIZE 6
|
||||
|
||||
Reference in New Issue
Block a user