PHP 8.3: Upcoming Features in November 2023

Brian Thiely
2 min readNov 6, 2023

Introduction

The PHP community is eagerly anticipating the release of PHP 8.3 slated for November 2023. This upcoming version promises significant improvements and feature additions aimed at enhancing the performance and security of applications. This article delves into the notable features announced for PHP 8.3, including json_validate, enhanced error handling for the unserialize() function, and add-ons for the randomizer function.

json_validate: Enhanced JSON Validation

PHP 8.3 introduces json_validate, a much-awaited function that allows for the validation of JSON format without decoding it. This function adds an extra layer of security when handling JSON data, allowing for error detection before proceeding to data interpretation.

Improved Error Handling for unserialize()

The unserialize() function is getting an improved error management feature. In previous PHP versions, errors in deserialization could lead to unpredictable behavior. PHP 8.3 aims to make these errors more predictable and manageable, thus reducing security risks.

Extensions to the randomizer Function

--

--

Brian Thiely

πŸ’‘πŸ”§ Passionate about tech and innovation. ✍️ I write to enlighten 🌟, inspire πŸš€, and connect πŸ‘₯ experts and novices in the digital world 🌐.