diff options
author | Pierre Joye <pajoye@php.net> | 2009-05-26 12:50:40 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2009-05-26 12:50:40 +0000 |
commit | b682f429158cd7c9f142100d3a781db52aa13af3 (patch) | |
tree | f509ede4d5720377c88ae7f86fc5ebb4e3cba82f /ext/gd/php_gd.h | |
parent | 8b63e5b0928f3565104dbd6bc03e4c2438c97bcc (diff) | |
download | php-git-b682f429158cd7c9f142100d3a781db52aa13af3.tar.gz |
- [DOC] always enable imagefilter and imageconvolution, even when built against system's gd
Diffstat (limited to 'ext/gd/php_gd.h')
-rw-r--r-- | ext/gd/php_gd.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h index 008bb5d7d7..9091c16ef4 100644 --- a/ext/gd/php_gd.h +++ b/ext/gd/php_gd.h @@ -192,11 +192,12 @@ PHP_FUNCTION(image2wbmp); #if HAVE_GD_BUNDLED PHP_FUNCTION(imagelayereffect); PHP_FUNCTION(imagecolormatch); -PHP_FUNCTION(imagefilter); -PHP_FUNCTION(imageconvolution); PHP_FUNCTION(imagexbm); #endif +PHP_FUNCTION(imagefilter); +PHP_FUNCTION(imageconvolution); + PHP_GD_API int phpi_get_le_gd(void); #else |