The latest stable PHP version is PHP 8.5, with the current patch release being 8.5.4 (published March 12, 2026). It was officially released on November 20, 2025, and receives active support (including bug fixes) until December 31, 2027, with security updates continuing until December 31, 2029.
Key features introduced in PHP 8.5 include the Pipe operator (|>), a new URI extension, enhanced error handling with fatal error stack traces, and refinements to the type system and immutability behavior.
Supported Versions Status (as of April 2026)
| Version | Status | Active Support Ends | Security Support Ends |
| 8.5 | Current Stable | Dec 31, 2027 | Dec 31, 2029 |
| 8.4 | Active Support | Dec 31, 2026 | Dec 31, 2028 |
| 8.3 | Security Fixes Only | Dec 31, 2025 | Dec 31, 2027 |
| 8.2 | Security Fixes Only | Dec 31, 2024 | Dec 31, 2026 |
PHP 8.6 is currently in active development and is expected to be released towards the end of 2026.
PHP.Watch
php.watch › versions
PHP Versions • PHP.Watch
PHP 8.5 is the latest PHP version, bringing major new syntax and features such as the Pipe operator syntax and the new URI extension.
What is the oldest PHP Version you still have to maintain and why? What do you miss the most from the current versions? Share your grief with us.
5.6 Zero tests ~14 year old codebase in some parts, most of it is rawdog php and includes. No class structure beyond what we've added for new features. Client actively beligerant at this point to our original agreed goal of them getting 7.x running alongside it on their hardware, and moving portions of the app over as they are worked on, so there's no feature freeze for 12-18 months as it's migrated. They've brought in a second outsourced team as we "aren't moving fast enough" / actually giving a damn to fix security flaws when we find them. This outsourced team is going as well as you'd expect from hearing the term "outsourced team"... Hoping they either get their head out of their ass, or we can cut them off as a client at somepoint. It's just not worth it. More on reddit.com
Should I update from PHP 7.4 ?
PHP versions below 8.1 are no longer being supported ( https://php.watch/versions ) i.e. if a bug or vulnerability is discovered in 7.4 or 8, it ain't getting fixed. There's not really any reason to NOT upgrade. Recent versions offer performance improvements. You should always be running up to date WP, theme and plugins anyway - if you're running a plugin or theme that requires php 7.4, it's just a matter of time until you're hacked, because the theme/plugin isn't getting patched. More on reddit.com
How to check PHP version?
The URL given is one that works with the script they provide or expect you to write. There's no built-in "magic URL" to show that information with PHP. A HTML page of configuration information can be generated in PHP code using phpinfo() You may also want to pay attention to the top section of phpinfo() output that lists the ini files read, to make sure you're editing the right files. This same information is available on the command line through the following commands: php -i (full information similar to phpinfo()) php -m (enabled modules / extensions) php -v (version) php --ini (ini files read) See also php --help for more command-line options. Note that you can also set most ini settings at runtime in a script using ini_set() . In this specific case see also the error_reporting() function. More on reddit.com
PHP-Update from 7.4 to 8.1/8.2 - How much you charge?
If I am the one providing the hosting or the clients pay for maintenance on a monthly basis, I charge nothing because it takes less than 1 min to do this. Charging them 1h for 1min of work it is absolutely gross. If there are any errors after changing the php version, then I change it back and let them know their website needs some work. More on reddit.com
How many versions of PHP are there?
There have been multiple major versions: 1.0, 2.0, 3.0, 4.0, 5.x, 7.x, and 8.x. Each major version includes minor releases and updates.
cloudways.com
cloudways.com › home › learn php tutorials, tips and guides › php version history: brief timeline of the world’s most used backend language
PHP Version History: Brief Timeline of World’s Most Used Back-end ...
What is the latest PHP version in 2026?
The latest stable PHP version in 2026 is PHP 8.5. It was officially released in November 2025 and is the recommended version for new projects and production environments.
cloudways.com
cloudways.com › home › learn php tutorials, tips and guides › php version history: brief timeline of the world’s most used backend language
PHP Version History: Brief Timeline of World’s Most Used Back-end ...
Which version of PHP is the best?
As of 2026, PHP 8.5 is the latest stable release and the recommended version for new projects. It offers improved performance, enhanced type safety, better debugging tools, and modern language features. If your hosting provider does not yet support PHP 8.5, PHP 8.4 remains a stable and production-ready option.
cloudways.com
cloudways.com › home › learn php tutorials, tips and guides › php version history: brief timeline of the world’s most used backend language
PHP Version History: Brief Timeline of World’s Most Used Back-end ...
Videos
08:37
PHP Latest Versions Guide [PHP 7.4, PHP 8.0 and 8.3.] - YouTube
00:52
PHP Update Hype: Everyone’s Upgrading Fast! - YouTube
16:01
PHP 8.5: Full Review – What’s New & What Changed! - YouTube
08:23
What’s New in PHP 8.5? (Release Date + Must-Know Features) - YouTube
01:21:33
[VOD] PHP 8.5 New Feature & State of PHP in 2025 - YouTube
03:18
How to update PHP version in WordPress (Easiest Way)(2026 Guide) ...
End of Life Date
endoflife.date › php
PHP | endoflife.date
3 weeks ago - The PHP Release Cycle was extended in March 2024 from 3 to 4 years: 2 years of bug fixes, and 2 years of security fixes.
PHP.Watch
php.watch › versions › 8.2 › releases
PHP 8.2 releases, Docker images, source code downloads, and Windows binary downloads
PHP 8.2 is the latest PHP version which brings readonly classes, DNF types, null, false, and true types, sensitive parameter redaction support, a new random extension, and several new features along with a few deprecations.
Bluehost
bluehost.com › help center › php › what is the latest supported php version?
What is the Latest Supported PHP Version?
Updating your PHP version is important for the security and performance of your website. The latest version of PHP available for our shared servers is 8.4, and it is ideal to upgrade to a currently supported version if you are using PHP 7.3 or 7.4.
Wikipedia
en.wikipedia.org › wiki › PHP
PHP - Wikipedia
5 days ago - PHP 5.1 and PHP 5.2 were released the following years, adding smaller improvements and new features, such as the PHP Data Objects (PDO) extension (which defines a lightweight and consistent interface for accessing databases) In 2008, PHP 5.x ...
PHP
windows.php.net › download
PHP For Windows: Binaries and sources Releases
More recent versions of PHP are built with VS16 or VS17 (Visual Studio 2019 or 2022 compiler respectively) and include improvements in performance and stability.
Zend
zend.com › blog › php-latest-version
Why PHP Updates Matter: The Benefits of Using the Latest PHP Version | Zend
September 28, 2023 - The current version of PHP is PHP 8.4, which released on November 21, 2024. All teams should consider a PHP update to PHP 8.4 at their earliest convenience as it is the latest PHP version.Back to top
PHP.Watch
php.watch › versions › 8.3 › releases
PHP 8.3 releases, Docker images, source code downloads, and Windows binary downloads
PHP 8.3 is the latest stable PHP version, bringing typed class constants, Granular DateTime Exceptions, fallback value support for PHP INI Environment Variable syntax, and more.