PHP Version Support Timeline (2026)
PHP releases a new major or minor version every November under a predictable support window: each version receives 2 years of active (bug fix) support followed by 1 year of security-only fixes, totaling 3 years of support per branch. Unlike Python or Node.js, PHP uses a single active release strategy — only the latest version receives bug fixes, and only the latest three versions receive security patches at any given time. Running an unsupported PHP version means your application is exposed to unpatched vulnerabilities, making regular upgrades a critical part of PHP maintenance.
PHP Version Support Table
| Version | Release Date | Active Support End | Security Fixes End (EOL) |
|---|---|---|---|
| 7.4 | Nov 2019 | Nov 2021 | Nov 2022 |
| 8.0 | Nov 2020 | Nov 2022 | Nov 2023 |
| 8.1 | Nov 2021 | Nov 2023 | Nov 2024 |
| 8.2 | Nov 2022 | Nov 2024 | Dec 2025 |
| 8.3 | Nov 2023 | Nov 2025 | Dec 2026 |
| 8.4 | Nov 2024 | Nov 2026 | Dec 2027 |
PHP Support Policy
The PHP release cycle is managed by the PHP Group and follows a structured timeline:
- Active support: 2 years from release — bug fixes, security patches, and feature updates (for minor releases).
- Security-only fixes: 1 additional year — only critical security issues are patched.
- End of Life: No further updates. The version is archived and removed from the official download page.
PHP releases a new version every November (major or minor). Only the latest three branches receive security support. For example, when PHP 8.5 releases in November 2026, support for PHP 8.2 will end immediately if it has not already.
Upgrades between PHP minor versions (e.g., 8.1 to 8.2) are generally smooth but may include minor breaking changes. Major version upgrades (e.g., 7.x to 8.x) include intentional breaking changes — always test your application thoroughly before upgrading.
How to Check Your PHP Version
php -v
# PHP 8.3.12 (cli) (built: Oct 1 2024 14:10:43) ( NTS )To check programmatically:
<?php
echo phpversion();
?>
Upgrade Path
| Current Version | Recommended Target | Reason |
|---|---|---|
| 7.4 (EOL Nov 2022) | 8.3 or 8.4 | 7.4 is fully unsupported; 8.3/8.4 have active security support |
| 8.0 (EOL Nov 2023) | 8.3 or 8.4 | 8.0 is fully unsupported |
| 8.1 (EOL Nov 2024) | 8.3 or 8.4 | 8.1 is fully unsupported |
| 8.2 (security-only) | 8.4 | 8.2 security ends Dec 2025; 8.4 is the current version |
| 8.3 | 8.4 | 8.3 has active support until Nov 2025; upgrade before it enters security-only |
| 8.4 | 8.5 (when released) | 8.4 is the current version; plan for 8.5 in Nov 2026 |
FAQ
Related Schedules
- Python Version EOL Schedule
- Node.js Release Schedule
- Ruby Version End-of-Life Schedule
- .NET / .NET Core Support Lifecycle
Built by the developers of DodaTech
Doda Browser, DodaZIP & Durga Antivirus Pro