mirror of
https://github.com/php/php-src.git
synced 2024-11-25 19:05:31 +08:00
Fixed the macro so this can be compiled with ft1
This commit is contained in:
parent
fe23fcab12
commit
9db2512418
@ -416,7 +416,7 @@ PHP_MINIT_FUNCTION(gd)
|
||||
*/
|
||||
PHP_RSHUTDOWN_FUNCTION(gd)
|
||||
{
|
||||
#if HAVE_LIBGD20
|
||||
#if HAVE_LIBGD20 && HAVE_GD_STRINGFT
|
||||
gdFreeFontCache();
|
||||
#endif
|
||||
return SUCCESS;
|
||||
|
Loading…
Reference in New Issue
Block a user