Page MenuHomePhorge

Generalize references to PHP 5.x Debian/Ubuntu packages
ClosedPublic

Authored by taavi on Jun 29 2023, 11:56.

Details

Summary

Both Debian and Ubuntu have been shipping PHP 7.x (or now 8.x) for a while.
This patch replaces the versioned php5-foo package references with more general
php-foo package names.

Test Plan

Navigated to the documentation pages that this patch updates.

Diff Detail

Repository
rP Phorge
Branch
taavi/php5
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 609
Build 609: arc lint + arc unit

Event Timeline

taavi requested review of this revision.Jun 29 2023, 11:56

Thanks

As additional source, the mentioned packages are now totally orphan from any stable, oldstable and oldoldstable:

https://packages.ubuntu.com/search?keywords=php5- - zero results

https://packages.debian.org/search?keywords=php5- - some results but totally unrelated to our purposes

This revision is now accepted and ready to land.Jun 29 2023, 12:58

As additional thing, yes, I'm aware that there is the nice maintainer https://deb.sury.org/ that provides some additional packages like php73-something but that is a totally esoteric thing not oriented to any normal user.

If an user adopted sury.org, surely (suryely?) that user knows that to do instead.