Skip to content

Commit d501c4a

Browse files
committed
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
1 parent e63c617 commit d501c4a

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
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 9b7ab9bc8e78b1201b8b8c71eac051256d433993 Maintainer: mumumu Status: ready -->
3+
<!-- EN-Revision: 7d6c8735cc1adb853081ceb854931dc1cc41dfb7 Maintainer: mumumu Status: ready -->
44
<sect1 xml:id="migration81.deprecated">
55
<title>PHP 8.1.x で推奨されなくなる機能</title>
66

@@ -236,7 +236,8 @@ $arr[] = 2;
236236
<title>GD</title>
237237

238238
<para>
239-
<function>imageopenpolygon</function> と
239+
<function>imagepolygon</function>,
240+
<function>imageopenpolygon</function>,
240241
<function>imagefilledpolygon</function>
241242
242243
<parameter>num_points</parameter> 引数は、

0 commit comments

Comments
 (0)