From ffe4c5d0a15ce1bafc2109f9b82faf12af76c394 Mon Sep 17 00:00:00 2001 From: Sergey Panteleev Date: Tue, 20 Sep 2022 13:55:42 +0300 Subject: [PATCH] Update `getimagesize` description --- reference/image/functions/getimagesize.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/reference/image/functions/getimagesize.xml b/reference/image/functions/getimagesize.xml index dcbb40377a19..24937ce9aee6 100644 --- a/reference/image/functions/getimagesize.xml +++ b/reference/image/functions/getimagesize.xml @@ -191,6 +191,14 @@ if ($size && $fp) { + + 8.2.0 + + Now returns the actual image dimensions, bits and channels of AVIF images; + previously, the dimensions were reported as 0x0, + and bits and channels were not reported at all. + + 7.1.0