Categories: Development

PHP 7.0 vs 7.3 vs 7.4 Dev benchmarks

Thanks to this post by SteveMC at Lowendtalk PHP versions were benchmarked using php-benchmark-script.com

SetveMC @ Lowendtalk

On a reported Intel i3 3240 – 8GB ram, from version 7.0 through to the latest dev build of 7.4 the speed improvement is decent.

By speed I mean the calculation and processing time PHP takes to solve in the benchmark. For a so-called dead language PHP 7.4 looks to be very snappy.

Whilst improvement through updates is pretty much a given in software development, for an aged language like PHP to still see vast improvements is satisfying.

course like most things computing the end result will be determined on your hardware. Faster CPU and ram will see improvements or lesser times in the benchmarks.

Perhaps by stating the obvious, updating or upgrading your PHP version on your web server is worth it. From the security to performance and speed improvements.

Share

Recent Posts

Kennington reservoir drained drone images

A drained and empty Kennington reservoir images from a drone in early July 2024. The…

1 year ago

Merrimu Reservoir drone images

Merrimu Reservoir from drone. Click images to view larger.

1 year ago

FTP getting array of file details such as size using PHP

Using FTP and PHP to get an array of file details such as size and…

2 years ago

Creating Laravel form requests

Creating and using Laravel form requests to create cleaner code, separation and reusability for your…

2 years ago

Improving the default Laravel login and register views

Improving the default Laravel login and register views in such a simple manner but making…

2 years ago

Laravel validation for checking if value exists in the database

Laravel validation for checking if a field value exists in the database. The validation rule…

2 years ago