Categories

What’s new in PHP 8.3

On November 23, 2023, PHP 8.3 is set to launch, featuring enhancements to readonly classes, the introduction of the json_validate() function, expansions to the recently incorporated Randomizer class, stack overflow detection, and various other improvements. Readonly improvements This Request for Comments (RFC) suggested two modifications, but only one gained approval: the ability to reinitialize readonly

How to Install LEMP Stack (Linux, Nginx, MySQL, PHP) on Ubuntu: A Comprehensive Guide.

The LEMP stack is a popular combination of software used to host web applications. LEMP stands for Linux, Nginx (pronounced “engine X”), MySQL, and PHP. In this guide, we will walk through the process of installing the LEMP stack on Ubuntu. Before proceeding with the installation, make sure you have a non-root user with sudo

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