haphpiness

These are things in PHP which make me genuinely_happy();

10 Clockwork Annual Releases

Since PHP 7.0 in December 2015, PHP has shipped a new minor or major version every single November/December. Ten years. Ten releases. Zero missed.

VersionRelease DateGap
PHP 7.03 Dec 2015
PHP 7.11 Dec 201612 months
PHP 7.230 Nov 201712 months
PHP 7.36 Dec 201812 months
PHP 7.428 Nov 201912 months
PHP 8.026 Nov 202012 months
PHP 8.125 Nov 202112 months
PHP 8.28 Dec 202212 months
PHP 8.323 Nov 202312 months
PHP 8.421 Nov 202412 months
PHP 8.520 Nov 202512 months

Each version gets a 4-year support window: 2 years of active bug fixes, then 2 more years of security patches. This means you always know exactly when to plan your upgrades.

Compare this with other languages: Python mostly hits its October target but has slipped. Node.js uses a different model with twice-yearly LTS releases. Ruby ships annually on Christmas Day. But PHP's decade-long streak of November releases — never early, never late — is a feat of engineering discipline.

Source: php.net/releases · php.net/supported-versions.php

Significance: Reliability

A predictable release cadence is a signal to the entire ecosystem: framework maintainers, hosting providers, CI pipelines, and enterprise teams can all plan around it. When PHP says "November", they mean November. That kind of reliability compounds over a decade into deep ecosystem trust.