Skip to main content

Tag

PHP

Notes on the software we build and the tools we build it with. about PHP

  • PHP

    PHP 8.5 released

    PHP 8.5 arrived on 20 November 2025. Where PHP 8.4 was mostly about removing boilerplate around properties, 8.5 is about expressions: chaining them, cloning them, and catching the…

  • PHP

    PHP 8.4 released

    PHP 8.4 is the version most Laravel applications are running today, and it is the one that finally removed a great deal of getter-and-setter boilerplate from PHP. Here are the feat…