oerdnj / deb.sury.org

Public bugreports for anything ppa:ondrej/*
813 stars 27 forks source link

AVIF support missing in PHP 8.2/8.3 for Ubuntu 24.04 (noble numbat) #2183

Open eposjk opened 3 weeks ago

eposjk commented 3 weeks ago

Frequently asked questions

Describe the bug

When upgrading from Ubuntu 22.04 to Ubuntu 24.04, I noticed that AVIF support is missing. As my application uses AVIF, I did some systematic tests:

function imagecreatefromavif seems to be available for Ubuntu 22.04 Ubuntu 24.04
PHP 8.1 available available
PHP 8.2 available missing
PHP 8.3 available missing

Your understanding of what is happening

It seems that AVIF support has been deactivated for these build (but didn't find your packaging code repository to confirm that theory). As I see some other issues reported here concerning AVIF support, I'm not sure if this was done intentionally.

Are there any plans to support AVIF for Ubuntu 24.04 (except in PHP 8.1)?

Expected behavior

Distribution (please complete the following information):

Package(s) (please complete the following information):

php8.1-gd: Installiert: 8.1.29-1+ubuntu22.04.1+deb.sury.org+1 Installationskandidat: 8.1.29-1+ubuntu22.04.1+deb.sury.org+1 Versionstabelle: 8.1.29-1+ubuntu22.04.1+deb.sury.org+1 500 500 http://ppa.launchpad.net/ondrej/php/ubuntu jammy/main amd64 Packages 100 /var/lib/dpkg/status 8.1.2-1ubuntu2 500 500 http://de.archive.ubuntu.com/ubuntu jammy/main amd64 Packages php8.2-gd: Installiert: 8.2.21-1+ubuntu22.04.1+deb.sury.org+1 Installationskandidat: 8.2.21-1+ubuntu22.04.1+deb.sury.org+1 Versionstabelle: 8.2.21-1+ubuntu22.04.1+deb.sury.org+1 500 500 http://ppa.launchpad.net/ondrej/php/ubuntu jammy/main amd64 Packages 100 /var/lib/dpkg/status php8.3-gd: Installiert: 8.3.9-1+ubuntu22.04.1+deb.sury.org+1 Installationskandidat: 8.3.9-1+ubuntu22.04.1+deb.sury.org+1 Versionstabelle: *** 8.3.9-1+ubuntu22.04.1+deb.sury.org+1 500 500 http://ppa.launchpad.net/ondrej/php/ubuntu jammy/main amd64 Packages 100 /var/lib/dpkg/status

oerdnj commented 3 weeks ago

I think this might solve itself with the next upload as I uploaded updated libgd2 this week.

rfay commented 3 weeks ago

Related: