mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
Fixed bug #36208 (symbol namespace conflicts using bundled gd). (Jakub Moc)
This commit is contained in:
parent
8416426488
commit
af6dd5cb7e
1 changed files with 6 additions and 0 deletions
|
@ -319,6 +319,12 @@
|
||||||
#define term_source php_gd_term_source
|
#define term_source php_gd_term_source
|
||||||
#define writewbmp php_gd_writewbmp
|
#define writewbmp php_gd_writewbmp
|
||||||
#define ZeroDataBlock php_gd_ZeroDataBlock
|
#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 */
|
#endif /* HAVE_GD_BUNDLED */
|
||||||
|
|
||||||
/* Define to specify how much context to retain around the current parse
|
/* Define to specify how much context to retain around the current parse
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue