diff options
author | Joe Orton <jorton@php.net> | 2006-02-01 13:10:04 +0000 |
---|---|---|
committer | Joe Orton <jorton@php.net> | 2006-02-01 13:10:04 +0000 |
commit | af6dd5cb7ed05f2083e881bc2af76cabe2553d81 (patch) | |
tree | 3518de80b4aed4456e75c1e154d2596c86a39a22 | |
parent | 841642648845a5ce3fec288152cf5d383bc331c5 (diff) | |
download | php-git-af6dd5cb7ed05f2083e881bc2af76cabe2553d81.tar.gz |
Fixed bug #36208 (symbol namespace conflicts using bundled gd). (Jakub Moc)
-rw-r--r-- | main/php_compat.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 |