Skip to content

Commit 7d6c873

Browse files
authored
PHP 8.1 | MigrationGuide/Deprecated: add missing function
> GD: > The `$num_points` parameter of `image(open|filled)polygon` has been deprecated. Refs: * https://github.com/php/php-src/blob/f67986a9218f4889d9352a87c29337a5b6eaa4bd/UPGRADING#L397-L398 * php/php-src#6789 * php/php-src@e1285c4 Co-authored-by: jrfnl <[email protected]> Closes GH-1450.
1 parent 2b5457c commit 7d6c873

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

appendices/migration81/deprecated.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,9 @@ $arr[] = 2;
199199
<title>GD</title>
200200

201201
<para>
202-
The <parameter>num_points</parameter> of <function>imageopenpolygon</function>
203-
and <function>imagefilledpolygon</function> has been deprecated.
202+
The <parameter>num_points</parameter> of <function>imagepolygon</function>,
203+
<function>imageopenpolygon</function> and <function>imagefilledpolygon</function>
204+
has been deprecated.
204205
</para>
205206
</sect2>
206207

0 commit comments

Comments
 (0)