php

What’s new in PHP 8: the latest PHP version

PHP 8 was released on November 26, 2020. It's currently the latest PHP version. You can download it here. It's a new major version, which means that there are some breaking…

Read more

PHP 8: How to setup the JIT

PHP 8 adds a JIT compiler to PHP's core which has the potential to speed up performance dramatically. There are some side notes to be made about the actual impact on real-life web…

Read more