iliaa Sat Mar 6 13:26:06 2004 EDT
Modified files: (Branch: PHP_4_3)
/php-src NEWS
/php-src/ext/gd/libgd gdft.c
Log:
Fixed bug #27437 (wrong freetype include inside GD library).
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.581&r2=1.1247.2.582&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.581 php-src/NEWS:1.1247.2.582
--- php-src/NEWS:1.1247.2.581 Sat Mar 6 12:47:16 2004
+++ php-src/NEWS Sat Mar 6 13:26:05 2004
@@ -4,6 +4,7 @@
- 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)
http://cvs.php.net/diff.php/php-src/ext/gd/libgd/gdft.c?r1=1.11.2.14&r2=1.11.2.15&ty=u
Index: php-src/ext/gd/libgd/gdft.c
diff -u php-src/ext/gd/libgd/gdft.c:1.11.2.14 php-src/ext/gd/libgd/gdft.c:1.11.2.15
--- php-src/ext/gd/libgd/gdft.c:1.11.2.14 Thu Dec 25 17:33:03 2003
+++ php-src/ext/gd/libgd/gdft.c Sat Mar 6 13:26:06 2004
@@ -62,7 +62,7 @@
#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
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php