Hello,
In this week’s feature highlight, we look at How to Install PHP 8.3 on Debian 12
PHP 8.3 is a major update of the PHP language. It contains many new features, such as explicit typing of class constants, deep-cloning of readonly properties and additions to the randomness functionality. As always it also includes performance improvements, bug fixes, and general cleanup.
To install a specific version of PHP on Debian 12, you can use the ondrej/php
repository, which provides up-to-date … Read More