Skip to content

Commit 37fbbbc

Browse files
committed
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4: Update ext/standard/libavifinfo
2 parents 1d7cddd + c3777c7 commit 37fbbbc

File tree

4 files changed

+278
-67
lines changed

4 files changed

+278
-67
lines changed

NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ PHP NEWS
2424
- Standard:
2525
. Fixed bug GH-20906 (Assertion failure when messing up output buffers).
2626
(ndossche)
27+
. Fixed bug GH-20627 (Cannot identify some avif images with getimagesize).
28+
(y-guyon)
2729

2830
12 Mar 2026, PHP 8.5.4
2931

ext/standard/libavifinfo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ partially parse an AVIF payload and to extract the width, height, bit depth and
77
channel count without depending on the full libavif library.
88

99
`avifinfo.h`, `avifinfo.c`, `LICENSE` and `PATENTS` were copied verbatim from: \
10-
https://aomedia.googlesource.com/libavifinfo/+/96f34d945ac7dac229feddfa94dbae66e202b838 \
10+
https://aomedia.googlesource.com/libavifinfo/+/2b924defa4c2cd227540efe164067a8cc913eeba \
1111
They can easily be kept up-to-date the same way.

0 commit comments

Comments
 (0)