]> granicus.if.org Git - php/commitdiff
- Fix GD build with GD 1.8.3
authorDerick Rethans <derick@php.net>
Sat, 29 Jun 2002 15:54:02 +0000 (15:54 +0000)
committerDerick Rethans <derick@php.net>
Sat, 29 Jun 2002 15:54:02 +0000 (15:54 +0000)
ext/gd/gd.c

index d2198ac65934dd76b0a4d7bef319a78dda4e620c..2026ca73afe5e403f6e45859aac4538d55124730 100644 (file)
@@ -118,7 +118,6 @@ 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)
@@ -149,6 +148,7 @@ 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)