diff options
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 2857a79dbf..cc917f321f 100644 --- a/ext/gd/php_gd.h +++ b/ext/gd/php_gd.h @@ -89,8 +89,9 @@ PHP_FUNCTION(imagecolortransparent); PHP_FUNCTION(imagecopy); PHP_FUNCTION(imagecopyresized); PHP_FUNCTION(imagecreate); -PHP_FUNCTION(imagecreatefromgif ); -PHP_FUNCTION(imagecreatefromjpeg ); +PHP_FUNCTION(imagecreatefromgif); +PHP_FUNCTION(imagecreatefromjpeg); +PHP_FUNCTION(imagegammacorrect); PHP_FUNCTION(imagedestroy); PHP_FUNCTION(imagefill); PHP_FUNCTION(imagefilledpolygon); |