PHP 8.6 Duration: a small class that fixes a recurring design mistake
The accepted PHP RFC for a new Duration class is one of those changes that looks modest at first glance. It does not introduce a new programming paradigm, and it will probably not make release-note headlines like property hooks or fibers did. But in day-to-day backend work, it addresses a problem we see regularly in […]

