Following the recent release of PHP 7.3, Colin O'Dell has put together a guide for those wanting to install it, walking you through the setup for several popular operating systems.
PHP 7.3 has been released, bringing some great new features to the language such as trailing commas in function calls, throwing errors when JSON parsing fails, array_key_first() / array_key_last() functions, and much more!
In the post he includes instructions for:
- Ubuntu
- Debian
- CentOS / RHEL & Fedora
- Mac OS X
- Windows
He even includes instructions for two other tool-based installations: phpbrew and Docker.