diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2019-06-21 16:01:28 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2019-06-21 16:01:28 +0200 |
commit | 611c57eaf7e3f44fb14ec154cf5614be3406bcbb (patch) | |
tree | 263c5ca27e648fe15b9700a6b33e3986bd1c4b8c /ext/gd/php_gd.h | |
parent | 7b552f816bc29bd344478ca2f6820bc23aa4d34c (diff) | |
parent | eec5d2a25f75c3cacd07f8cb0f88ce3343641528 (diff) | |
download | php-git-611c57eaf7e3f44fb14ec154cf5614be3406bcbb.tar.gz |
Merge branch 'PHP-7.4'
* PHP-7.4:
Properly shut down font cache mutex
Diffstat (limited to 'ext/gd/php_gd.h')
-rw-r--r-- | ext/gd/php_gd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h index 04652b7bc1..2b11364753 100644 --- a/ext/gd/php_gd.h +++ b/ext/gd/php_gd.h @@ -83,6 +83,7 @@ extern zend_module_entry gd_module_entry; /* gd.c functions */ PHP_MINFO_FUNCTION(gd); PHP_MINIT_FUNCTION(gd); +PHP_MSHUTDOWN_FUNCTION(gd); #if HAVE_GD_FREETYPE && HAVE_LIBFREETYPE PHP_RSHUTDOWN_FUNCTION(gd); #endif |