Categories

PHP 8.2 – What’s new, what changed and what is deprecated

PHP 8.2 is the latest major version that was released on December 08, 2022. PHP 8.2 brings up read only classes, true, false and null as stand alone types, deprecated dynamic properties for non anonymous classes etc. So let’s explore the most important updates of PHP 8.2. New read only classes Until now, starting with

Add sudo users on Ubuntu

In Ubuntu, and the other Linux based systems, the command sudo allows users to run commands with admin ( root ) privileges. This allows a user to perform actions that would otherwise be restricted, such as installing software, modifying system files, and managing other users. The sudo command allows users to run commands that need