summaryrefslogtreecommitdiff
path: root/ext/gd/php_gd.h
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2016-10-02 20:27:58 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2016-10-02 20:27:58 +0200
commit2a305b38b76f3a3ab0a91cbffb43f675f95917c4 (patch)
tree935511708b4e5d4275d966f9842ca68528f1252d /ext/gd/php_gd.h
parent82a8e57f37b9f28357c9ab9fc3df88bafd46ef62 (diff)
downloadphp-git-2a305b38b76f3a3ab0a91cbffb43f675f95917c4.tar.gz
Implement request #33066: Add GD Image Function gdImageOpenPolygon()
gdImageOpenPolygon() has been introduced with líbgd 2.0.29, so we finally add a PHP binding for it, and port the respective libgd functionality to PHP's bundled libgd.
Diffstat (limited to 'ext/gd/php_gd.h')
-rw-r--r--ext/gd/php_gd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h
index 0b35423f88..a6a660184f 100644
--- a/ext/gd/php_gd.h
+++ b/ext/gd/php_gd.h
@@ -174,6 +174,7 @@ PHP_FUNCTION(imageinterlace);
PHP_FUNCTION(imageline);
PHP_FUNCTION(imageloadfont);
PHP_FUNCTION(imagepolygon);
+PHP_FUNCTION(imageopenpolygon);
PHP_FUNCTION(imagerectangle);
PHP_FUNCTION(imagesetpixel);
PHP_FUNCTION(imagestring);