From 9dea856a5291dfd96c4437f1afafeac27c771221 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Fri, 11 Mar 2022 04:19:34 +0100 Subject: [PATCH] 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 * https://github.com/php/php-src/pull/6789 * https://github.com/php/php-src/commit/e1285c4aa5eba7d1cc2865400c0c165201f9e5f8 --- appendices/migration81/deprecated.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/appendices/migration81/deprecated.xml b/appendices/migration81/deprecated.xml index 18816b8619b2..f060458cf03b 100644 --- a/appendices/migration81/deprecated.xml +++ b/appendices/migration81/deprecated.xml @@ -199,8 +199,9 @@ $arr[] = 2; GD - The num_points of imageopenpolygon - and imagefilledpolygon has been deprecated. + The num_points of imagepolygon, + imageopenpolygon and imagefilledpolygon + has been deprecated.