summaryrefslogtreecommitdiff
path: root/ext/gd/php_gd.h
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-03-31 08:49:19 +0000
committerfoobar <sniper@php.net>2003-03-31 08:49:19 +0000
commit1d3542a6bc6d461385cee77ef3555393a05cc6fa (patch)
tree193480d275df8ef16f5c7c05373b479b3aa944df /ext/gd/php_gd.h
parent26c51b73f1b002d90e679a530b3f539986a9f2a8 (diff)
downloadphp-git-1d3542a6bc6d461385cee77ef3555393a05cc6fa.tar.gz
cleanup
Diffstat (limited to 'ext/gd/php_gd.h')
-rw-r--r--ext/gd/php_gd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h
index ee5f3b9391..d89c18c553 100644
--- a/ext/gd/php_gd.h
+++ b/ext/gd/php_gd.h
@@ -58,7 +58,9 @@ extern zend_module_entry gd_module_entry;
PHP_MINFO_FUNCTION(gd);
PHP_MINIT_FUNCTION(gd);
PHP_MSHUTDOWN_FUNCTION(gd);
+#if HAVE_LIBGD20 && HAVE_GD_STRINGFT
PHP_RSHUTDOWN_FUNCTION(gd);
+#endif
PHP_FUNCTION(gd_info);
PHP_FUNCTION(imagearc);