PHP 8.5.0 Beta 1 available for testing

Downloads & Installation Instructions

I want to use PHP for .
I work with , and use

Instructions

On the command line, run the following commands:


# Update the package lists.
sudo apt update

# Install PHP.
sudo apt install -y php
To Top