diff options
author | Joe Orton <jorton@php.net> | 2006-02-01 13:52:46 +0000 |
---|---|---|
committer | Joe Orton <jorton@php.net> | 2006-02-01 13:52:46 +0000 |
commit | 8c55d477d80f46f0dd5bf4d1086dc8e1f42cb30d (patch) | |
tree | d2ee0d88f8f8938da08b92114a7949a2a91410fa /main/php_compat.h | |
parent | b90d985a23a5c3994ba8ad798b077c89f61d2954 (diff) | |
download | php-git-8c55d477d80f46f0dd5bf4d1086dc8e1f42cb30d.tar.gz |
MFH: - Fixed bug #36208 (symbol namespace conflicts using bundled gd). (Jakub Moc)
Diffstat (limited to 'main/php_compat.h')
-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 |