summaryrefslogtreecommitdiff
path: root/ext/gd/php_gd.h
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2009-05-26 12:50:40 +0000
committerPierre Joye <pajoye@php.net>2009-05-26 12:50:40 +0000
commitb682f429158cd7c9f142100d3a781db52aa13af3 (patch)
treef509ede4d5720377c88ae7f86fc5ebb4e3cba82f /ext/gd/php_gd.h
parent8b63e5b0928f3565104dbd6bc03e4c2438c97bcc (diff)
downloadphp-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.h5
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