PHP 7.4 via Ubuntu Linux

PHP 7.4 via Ubuntu Linux

Download / Install

This version is no longer officially supported.

Official support refers to that provided direct by the PHP Project.

If you install PHP via third-party packages, support timelines may be different. Please read the Release Support Policy for more information.

Select which version of this distribution you wish to install on.


Installing via Ondřej Surý's PPA

Official Ubuntu repositories only offer one version of PHP per major release of their distribution, but they do maintain it for the entire lifetime of that distribution.

To have access to the full range of PHP versions, the recommendation is to use the ppa:ondrej/php PPA.

Note that these are not officially provided by the PHP project

# Add the ppa repository to gain access to additional versions sudo add-apt-repository ppa:ondrej/php sudo apt update # Install PHP 7.4 sudo apt install -y php7.4-cli