PHP 8.6 Duration: a small class that fixes a recurring design mistake
PHP 8.6 is expected to add a dedicated Duration class. That sounds small, but it finally gives PHP projects a clear type for elapsed time instead of overloading DateInterval, integers and timestamp arithmetic.