Open Zenexer opened 2 days ago
All recent ARM64 builds are missing.
@rfay I'm seeing php8.3-common at 8.3.13 on Ubuntu 24.04 (noble) arm64, so I don't think that's true. Note that I've only tested Ubuntu 24.04 arm64, Debian bookworm arm64, and Debian amd64. Of those three, only Debian bookworm arm64 was missing 8.3.13.
This issue is about Debian Bookworm
You can see the dates and versions at https://packages.sury.org/php/pool/main/p/php8.3/ and friends.
That's only for Debian. This GitHub issue tracker also handles the Ubuntu PPA, which has a different endpoint.
This issue is about PHP 8.3 on Debian. The title of this issue is:
Missing php8.3-common arm64 package for debian bookworm, php 8.3.13
Yes, and I want to be clear that it is not all arm64 packages covered by this issue tracker and maintained by Ondrej that are missing--it's just the Debian packages.
Well, I understood what @rfay was saying…. You can now stop with the back and forth on the issue.
Frequently asked questions
Describe the bug
php8.3-common version 8.3.13 is missing for debian bookworm arm64; the latest version is 8.3.12:
It's present for amd64:
Additional context
APT list file for arm64:
APT list file for amd64:
Using Docker, latest bookworm as a base, with the default
debian.sources
file renamed todebian.sources.disabled
for testing purposes.apt update
run between each test.