summaryrefslogtreecommitdiff
path: root/ext/gd/php_gd.h
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2009-05-27 08:18:24 +0000
committerPierre Joye <pajoye@php.net>2009-05-27 08:18:24 +0000
commitf726afbfebedbc36b076cd6c58746b043d791e3f (patch)
treea2d4b7aa964cf002035d1d6087b65903e9c844f2 /ext/gd/php_gd.h
parent59ec80c5728552d1f21eae49ea522d4b9c9ac82d (diff)
downloadphp-git-f726afbfebedbc36b076cd6c58746b043d791e3f.tar.gz
- [DOC] always enable imagecolormatch
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 cc87bd5bab..a38fdb2fe7 100644
--- a/ext/gd/php_gd.h
+++ b/ext/gd/php_gd.h
@@ -190,9 +190,10 @@ PHP_FUNCTION(jpeg2wbmp);
PHP_FUNCTION(png2wbmp);
PHP_FUNCTION(image2wbmp);
+PHP_FUNCTION(imagecolormatch);
+
#if HAVE_GD_BUNDLED
PHP_FUNCTION(imagelayereffect);
-PHP_FUNCTION(imagecolormatch);
PHP_FUNCTION(imagexbm);
#endif