From af6dd5cb7ed05f2083e881bc2af76cabe2553d81 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Wed, 1 Feb 2006 13:10:04 +0000 Subject: [PATCH] Fixed bug #36208 (symbol namespace conflicts using bundled gd). (Jakub Moc) --- main/php_compat.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/main/php_compat.h b/main/php_compat.h index a2fef540a1..8acbffb05e 100644 --- a/main/php_compat.h +++ b/main/php_compat.h @@ -319,6 +319,12 @@ #define term_source php_gd_term_source #define writewbmp php_gd_writewbmp #define ZeroDataBlock php_gd_ZeroDataBlock +#define gdCacheCreate php_gd_gdCacheCreate +#define gdCacheDelete php_gd_gdCacheDelete +#define gdCacheGet php_gd_gdCacheGet +#define gdFontCacheSetup php_gd_gdFontCacheSetup +#define gdFontCacheShutdown php_gd_gdFontCacheShutdown +#define gdFreeFontCache php_gd_gdFreeFontCache #endif /* HAVE_GD_BUNDLED */ /* Define to specify how much context to retain around the current parse -- 2.40.0