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)

VersionStatusActive Support EndsSecurity Support Ends
8.5Current StableDec 31, 2027Dec 31, 2029
8.4Active SupportDec 31, 2026Dec 31, 2028
8.3Security Fixes OnlyDec 31, 2025Dec 31, 2027
8.2Security Fixes OnlyDec 31, 2024Dec 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.
🌐
PHP
php.net › downloads.php
PHP: Downloads
Development package (SDK to develop PHP extensions) 1.64MB sha256: fcdf8e906858cc211f176b260a41d66dad5ce3c40e7daa6d04703f4981bf6d30 ... Check the supported versions page for more information on the support lifetime of each version of PHP.
Discussions

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
🌐 r/PHP
57
30
February 19, 2024
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
🌐 r/Wordpress
21
5
December 13, 2024
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
🌐 r/PHPhelp
6
1
November 4, 2023
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
🌐 r/Wordpress
16
5
February 11, 2024
People also ask

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 ...
🌐
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.
🌐
Liquid Web
liquidweb.com › home › latest php versions: the ultimate guide
Current PHP Version 8.5 and Version History | Nexcess
January 2, 2026 - Learn what's the latest PHP version and why you need to use it. Find out about the new features, active maintenance, bug fixes, and security updates.
🌐
Zend
zend.com › resources › php-versions
PHP Versions: Performance, Security, and Feature Comparisons | Zend
In this collection of resources, we look at the ongoing changes in PHP, how these changes are made, and track the evolution of the language to the most current PHP version.
🌐
Cloudways
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 Language [INFOGRAPHICS]
February 25, 2026 - Introduced major performance improvements and Composer adoption. PHP 8.x → Modern PHP with JIT, strong typing, improved performance, and enhanced developer tooling. The latest stable PHP release is 8.5.
🌐
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.
Find elsewhere
🌐
GitHub
github.com › php › php-src › releases
Releases · php/php-src
All PHP 8.4 users are encouraged to upgrade to this version.
Author   php
🌐
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.