test: add GD AVIF support verification for PHP 8.3+ by AaronFeledy · Pull Request #219 · lando/php
Note
Low Risk
Documentation/test-only changes that add an additional runtime assertion; no production code paths or security-sensitive logic are modified.
Overview
Adds a new verification step to the PHP 8.3, 8.4, and 8.5 example READMEs to assert GD is present and built with AVIF support.
The added commands check for GD via phpinfo() output and fail the run if imageavif() is unavailable, tightening CI/validation coverage for the shipped PHP images.
Written by Cursor Bugbot for commit 76df9b6. This will update automatically on new commits. Configure here.