summaryrefslogtreecommitdiff
path: root/ext/gd/php_gd.h
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2009-05-27 07:18:05 +0000
committerPierre Joye <pajoye@php.net>2009-05-27 07:18:05 +0000
commit59ec80c5728552d1f21eae49ea522d4b9c9ac82d (patch)
tree61e0dedda0c47d84de421e0ca59628c74982132c /ext/gd/php_gd.h
parente9d289289bb720aa86efe2fd6ddfcf47b57a4afe (diff)
downloadphp-git-59ec80c5728552d1f21eae49ea522d4b9c9ac82d.tar.gz
- MFH: [DOC] always enable imagerotate (bundled or system gd)
Diffstat (limited to 'ext/gd/php_gd.h')
-rw-r--r--ext/gd/php_gd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h
index 9091c16ef4..cc87bd5bab 100644
--- a/ext/gd/php_gd.h
+++ b/ext/gd/php_gd.h
@@ -121,8 +121,9 @@ PHP_FUNCTION(imagegrabwindow);
PHP_FUNCTION(imagegrabscreen);
#endif
-#ifdef HAVE_GD_BUNDLED
PHP_FUNCTION(imagerotate);
+
+#ifdef HAVE_GD_BUNDLED
PHP_FUNCTION(imageantialias);
#endif