diff options
author | Pierre Joye <pajoye@php.net> | 2007-04-04 00:47:55 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2007-04-04 00:47:55 +0000 |
commit | 6ef9642b1669067068026d0528d99247f553689a (patch) | |
tree | fce2642447bd2a6792a1cde3caf31ff53bd041c6 /ext/gd/php_gd.h | |
parent | 17c0c49a54db2a5dd6dc2205d0e02978b3070bae (diff) | |
download | php-git-6ef9642b1669067068026d0528d99247f553689a.tar.gz |
- MFH:
- remove double lock (tween colors cache is created in each thread, the
cache mutex is already locked earlier)
- #40858, other TS improvements for gd freetype cache management
cache initialization and shutdown is now done in MINIT and MSHUTDOWN.
Diffstat (limited to 'ext/gd/php_gd.h')
-rw-r--r-- | ext/gd/php_gd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h index 11c92879a4..a3fdc4aa5f 100644 --- a/ext/gd/php_gd.h +++ b/ext/gd/php_gd.h @@ -66,9 +66,7 @@ extern zend_module_entry gd_module_entry; /* gd.c functions */ PHP_MINFO_FUNCTION(gd); PHP_MINIT_FUNCTION(gd); -#if HAVE_LIBT1 PHP_MSHUTDOWN_FUNCTION(gd); -#endif #if HAVE_LIBGD20 && HAVE_GD_STRINGFT PHP_RSHUTDOWN_FUNCTION(gd); #endif |