From b0b22263528ed06b87e4c6ee651f5a9adade8f03 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Fri, 26 Jul 2002 13:24:45 +0000 Subject: [PATCH] reapply patch for imageellipse beeing wrappet to imagearc if missing # derick: the rest of the patch wasn't removed --- ext/gd/gd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/gd/gd.c b/ext/gd/gd.c index 2026ca73af..d2198ac659 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -118,6 +118,7 @@ static void _php_image_bw_convert(gdImagePtr im_org, gdIOCtx *out, int threshold */ function_entry gd_functions[] = { PHP_FE(imagearc, NULL) + PHP_FE(imageellipse, NULL) PHP_FE(imagechar, NULL) PHP_FE(imagecharup, NULL) PHP_FE(imagecolorallocate, NULL) @@ -148,7 +149,6 @@ function_entry gd_functions[] = { PHP_FE(imagecreatetruecolor, NULL) PHP_FE(imagetruecolortopalette, NULL) PHP_FE(imagesetthickness, NULL) - PHP_FE(imageellipse, NULL) PHP_FE(imagefilledarc, NULL) PHP_FE(imagefilledellipse, NULL) PHP_FE(imagealphablending, NULL) -- 2.40.0