The safest and quickest way to install and use PHP 8 is running PHP in an isolated environment. To achieve that, you can use a Docker image with all things needed by PHP 8 avoiding negative impact or conflicts with your current local PHP 7 installation. With Docker, you have also a command line tool named “ docker” very useful to launch, manage, install images.
Table of contents
Install DockerInstall and launch PHP 8 environmentPHP 8 environment and your local source codeModules1 Comment
Sort: