PHP 8.5 is not interesting because of one huge feature. It is interesting because many of the changes remove everyday friction.
Category: PHP
PHP 8.5’s NoDiscard attribute gives library and application code a direct way to say that ignoring a return value is probably a bug.
PHP 8.5’s clone-with syntax makes immutable value objects easier to work with, especially around readonly properties.
The PHP 8.5 pipe operator is useful when it makes data transformations read forwards, but it should not become a new way to hide simple code.
PHP 8.5’s new URI extension is not flashy, but it gives PHP a better built-in answer for parsing modern URLs.
PHP 8.5.4 is a bug-fix release, not a feature release. If you are already on PHP 8.5, you should update. If you are still on 8.4, this alone is not the reason to jump.
Are you considering upgrading your website’s PHP version from 7.x to 8.x? While upgrading can offer benefits like improved performance and security, it’s important to be aware of potential compatibility issues that may arise. In this post, we’ll explore some things to consider before making the switch. Upgrading to PHP 8 can offer several benefits, … Read More “Upgrading to PHP 8: What You Need to Know” »
In the ever-evolving world of cloud computing, choosing the right cloud service provider can be a daunting task. Two of the most popular platforms, Amazon Web Services (AWS) and Microsoft Azure, are often pitted against each other. Both have their merits, but when it comes to DevOps, AWS has an edge over Azure, especially with … Read More “AWS CloudFormation vs. Azure: The Superior Choice for DevOps” »
There are few languages that have stood the test of time like PHP. First introduced in 1994, PHP has been powering websites for nearly three decades. While many new and powerful languages have emerged since then, PHP remains an essential tool in the web developer’s arsenal. In this blog post, we will explore the reasons … Read More “PHP in 2023: Why It’s Still Relevant and a Smart Hiring Decision” »