diff options
author | Joe Watkins <krakjoe@php.net> | 2016-10-20 05:33:12 +0100 |
---|---|---|
committer | Joe Watkins <krakjoe@php.net> | 2016-10-20 05:33:12 +0100 |
commit | e0b6ac29769b20f7f3a57b4137f5cc2a7ac1151f (patch) | |
tree | d698539d84491b2db54134a1060c13fccf15de4b /ext/gd/php_gd.h | |
parent | 2d3bf0da449b256abf5d9129f9106a55c17ab053 (diff) | |
parent | 209d4220d53bce6f4ac4d69a2781e98f47e17710 (diff) | |
download | php-git-e0b6ac29769b20f7f3a57b4137f5cc2a7ac1151f.tar.gz |
Merge branch 'pull-request/2135'
Diffstat (limited to 'ext/gd/php_gd.h')
-rw-r--r-- | ext/gd/php_gd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h index a6a660184f..746cdff7b0 100644 --- a/ext/gd/php_gd.h +++ b/ext/gd/php_gd.h @@ -199,6 +199,8 @@ PHP_FUNCTION(imagexbm); PHP_FUNCTION(imagefilter); PHP_FUNCTION(imageconvolution); +PHP_FUNCTION(imageresolution); + PHP_GD_API int phpi_get_le_gd(void); #else |