File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ PHP NEWS
24
24
- Fixed bug #36224 (date(DATE_ATOM) gives wrong results). (Derick, Hannes
25
25
Magnusson)
26
26
- Fixed bug #36222 (errorInfo in PDOException is always NULL). (Ilia)
27
+ - Fixed bug #36208 (symbol namespace conflicts using bundled gd). (Jakub Moc)
27
28
- Fixed bug #36185 (str_rot13(NULL) crash). (Pierre)
28
29
- Fixed bug #36176 (PDO_PGSQL - PDO::exec() does not return number of rows
29
30
affected by the operation). (Ilia)
Original file line number Diff line number Diff line change 319
319
#define term_source php_gd_term_source
320
320
#define writewbmp php_gd_writewbmp
321
321
#define ZeroDataBlock php_gd_ZeroDataBlock
322
+ #define gdCacheCreate php_gd_gdCacheCreate
323
+ #define gdCacheDelete php_gd_gdCacheDelete
324
+ #define gdCacheGet php_gd_gdCacheGet
325
+ #define gdFontCacheSetup php_gd_gdFontCacheSetup
326
+ #define gdFontCacheShutdown php_gd_gdFontCacheShutdown
327
+ #define gdFreeFontCache php_gd_gdFreeFontCache
322
328
#endif /* HAVE_GD_BUNDLED */
323
329
324
330
/* Define to specify how much context to retain around the current parse
You can’t perform that action at this time.
0 commit comments