From Fedora Project Wiki
< Changes
๐ PHP 64-bit only
๐ Summary
Drop support for 32-bit builds
๐ Owner
- Name: Remi Collet and PHP SIG
- Email: remi at fedoraproject dot org
๐ Current status
- Targeted release: Fedora Linux 41
- Last updated: 2024-04-24
- Announced
- Discussion Thread
- FESCo issue: #3183
- Tracker bug: #2274819
- Release notes tracker:
PHP is not a library, so is not multilib. 32-bit consumes builder CPU/time, but nothing is shipped in the repositories.
A lot of projects don't have 32-bit CI, so this may raise FTBFS (10 in F40 Mass Rebuild)
Progress:
- PHP is rebuilt without 32-bit
- All PHP extension packages are rebuilt without 32-bit
- flamegraph PR #1 open
- libvpx PR #7 merged
- libvpx8 PR #1 open
- lsp-plugins 32-bit disabled
- mapserver PR #4 merged
- owfs PR #2 merged
- swig PR #7 open
- uwsgi 32-bit disabled
๐ Detailed Description
Add for all extension packages:
ExcludeArch: %{ix86}
๐ Benefit to Fedora
Save developer and builder time.
๐ Scope
- Proposal owners: Mass rebuild.
- Other developers: N/A (not a System Wide Change)
- Release engineering:#Releng issue number
- List of deliverables: N/A (not a System Wide Change)
- Policies and guidelines: N/A (not a System Wide Change)
- Trademark approval: N/A (not needed for this Change)
๐ Upgrade/compatibility impact
N/A (not a System Wide Change)
๐ How To Test
- N/A (no change in the repository)
๐ User Experience
- N/A (no change in available packages)
๐ Dependencies
All php-* packages (and some *-php)
๐ Contingency Plan
- Contingency mechanism: Drop not compatible packages.
- Contingency deadline: N/A (not a System Wide Change)
- Blocks release? N/A (not a System Wide Change), Yes/No
- Blocks product? product
๐ Documentation
- N/A