diff options
Diffstat (limited to 'ext/gd/php_gd.h')
-rw-r--r-- | ext/gd/php_gd.h | 3 |
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 |