mirror of
https://github.com/php/php-src.git
synced 2026-04-26 01:18:19 +02:00
e0e2e9a547
Some AVIF image generators didn't include the PixelInformationProperty (pixi), even though strictly speaking they should. In v0.9.2, libavif began requiring this. Let's disable it so we can read those images too. We also remove xfail from test on FreeBSD. Closes GH-7253.