codeguy / php-the-right-way

An easy-to-read, quick reference for PHP best practices, accepted coding standards, and links to authoritative tutorials around the Web
https://www.phptherightway.com
Other
9.03k stars 3.25k forks source link

Adds Ubuntu/Debian native pkgs for newer versions #983

Closed muriloloffi closed 1 year ago

muriloloffi commented 1 year ago

Adds instructions on how to install the newer versions of PHP with native packages for Ubuntu and Debian-based distributions using the repositories maintainened by Ondrej Sury.

muriloloffi commented 1 year ago

This PR fixes #979

muriloloffi commented 1 year ago

Can I have this modification reviewed, please @codeguy ?

codeguy commented 1 year ago

Looks great to me. I may also include instructions about how to use apt-get to search for and install the PHP packages. i.e. apt search php8.2- or apt install php8.2-whatever. Seems obvious but worth clarifying.