diff options
author | Pierre Joye <pajoye@php.net> | 2005-04-16 12:12:24 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2005-04-16 12:12:24 +0000 |
commit | 3963ba649d255b5b3bdfe75af3a7cc0b1280d17f (patch) | |
tree | a5233dbbb74320626c3dd40e7dd3ac04bc953e2e /ext/gd/php_gd.h | |
parent | 4162bd8b21143492cadbe70baa75360ac3ec6307 (diff) | |
download | php-git-3963ba649d255b5b3bdfe75af3a7cc0b1280d17f.tar.gz |
- export imageconvolution to userland, making people happy to do not
use the predefined ones :)
Diffstat (limited to 'ext/gd/php_gd.h')
-rw-r--r-- | ext/gd/php_gd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h index a49e9a6caa..1fb49cf401 100644 --- a/ext/gd/php_gd.h +++ b/ext/gd/php_gd.h @@ -175,6 +175,7 @@ PHP_FUNCTION(image2wbmp); PHP_FUNCTION(imagelayereffect); PHP_FUNCTION(imagecolormatch); PHP_FUNCTION(imagefilter); +PHP_FUNCTION(imageconvolution); PHP_FUNCTION(imagexbm); #endif |