PHP 8.6 is expected to be released in the third week of November 2026, following PHP’s consistent annual release pattern. Based on previous releases (e.g., PHP 8.5 on November 20, 2025, and PHP 8.4 on November 21, 2024), a Thursday release around November 19 or November 26, 2026, is a reasonable expectation. The exact date will depend on the number of release candidates (RCs) required.

The first alpha version is anticipated for July 2, 2026, with active development already underway. The release is currently in the "active development" phase, with several key features accepted, including partial function application and a new clamp() function.

🌐
PHP.Watch
php.watch › versions
PHP Versions • PHP.Watch
PHP 8.6 is the active development branch, expected to be released towards the end of the 2026.
🌐
Nabilhassen
nabilhassen.com › php-86
PHP 8.6 release date, upcoming features, and RFC status
December 16, 2025 - A reasonable expectation is a Thursday release (like recent majors), so think around November 19, 2026 or November 26, 2026, with the exact date depending on how many RCs are needed.
Discussions

PHP 8.6 release tracking
At the time of writing, PHP 8.6 GA is expected November 19 2025. The first alpha is expected July 02 2026. PHP 8.5 tracking issue: PHP 8.5 release tracking #1980 More on github.com
🌐 github.com
0
1 month ago
The new clamp() function in PHP 8.6
So: min($max, max($min, $value)); More on reddit.com
🌐 r/PHP
61
127
December 12, 2025
Catching up with PHP, from 5 to 8
JIT is important, but it's not user facing, you don't need to know anything about it. This and other major performance improvements you get for free just by using the new runtime. Other major runtime improvements are a selection of high quality "runner" style runtimes, where the same process is handling many requests, like Swoole. The biggest language improvements are probably a way more robust type system and attributes. This lead to a bunch of new high quality tools to be able to massage your codebase in many automated and semi automated ways. But, by far the biggest change is the ecosystem. For one, Composer is the single tool to have saved PHP IMO. The fact we now just take it for granted is pretty telling. Then, you have a rise of several very high quality batteries included frameworks: Symfony and Laravel. Productivity using these frameworks is very high, resulting in many many high quality frameworks and products built on top, ready to use. Also, there's a mind shift with focus on quality. Now projects by default all do tests with PHPUnit, code style with CS Fixer, but also static analysis with PHPStan and Psalm. More advanced projects also do other stuff like mutation testing with Infection. There's a very clear focus on quality over basically the entire ecosystem, meaning you can expect stability. Overall, I'd say just start building and you'll catch up soon enough. More on reddit.com
🌐 r/PHP
29
53
May 23, 2023
How much different is modern PHP 7/8 from PHP 5?
I'd call what you have some excellent skills. Legacy code would be difficult for a lot of folks to manage. I would deffo augment your skillset with the latest and greatest simply for your own benefit. There's a lot of great additions and it gets better with every release. OOP is excellent, it's allowed me to keep my sanity by abstracting away garbage code at work into something tangible, reusable and clean. I've published my own composer packages and it's a world of difference having the ability to write some code, test it, publish it, install it as a dependency and never have to worry about it again for the most part. It's helped me reduce project's metal overhead, strengthen my coding standards allow others to benefit from my designs. The main difference is heavy reliance on OOP and strong type enforcement. Basically designing things so they less susceptible to errors, and more robustly designed systems overall. The toolsets and composer libraries are amazing. Lots of reliance on shell commands to generate code, run tests, compile assets, lint code etc. Everything is streamlined once you've gotten familiar with the tools you can use. I love Laravel because they give you a complete ecosystem to work with. I get the Dev Server, Asset Compiler, Framework, and Paid Services if I want them. They've made it really easy to write and deploy modern PHP. My job used to be a headache and now it's very smooth sailing thanks to Laravel. More on reddit.com
🌐 r/PHP
9
5
February 18, 2021
🌐
PHP
php.net › supported-versions.php
PHP: Supported Versions
After this two year period of active support, each branch is then supported for two additional years for critical security issues only. Releases during this period are made on an as-needed basis: there may be multiple point releases, or none, depending on the number of reports.
🌐
Medium
medium.com › @jamesmiller22871 › php-8-6-preview-cleaner-syntax-stricter-type-control-9b60ae9dc56b
PHP 8.6 Preview: Cleaner Syntax & Stricter Type Control | by Jamesmiller | Jan, 2026 | Medium
January 6, 2026 - It’s clear that PHP continues its steady evolution — less boilerplate, more precision, and stronger type guarantees. ... Following PHP’s release cadence, PHP 8.6 is expected to arrive in late November 2026.
🌐
Stitcher
stitcher.io › blog › php-86-partial-function-application
Partial function application in PHP 8.6 | Stitcher.io
January 23, 2026 - Just recently we got the new PHP 8.5 release, but internals are already working on the next one. PHP 8.6 will be released around November 19th, 2026, and there's already an upcoming killer feature that I can barely wait for: partial function ...
🌐
PHP.Watch
php.watch › versions › 8.6
PHP 8.6: What's New and Changed • PHP.Watch
PHP 8.6: What's new and changed. PHP 8.6 is the active development branch, expected to be released towards the end of the 2026.
🌐
End of Life Date
endoflife.date › php
PHP | endoflife.date
3 days ago - Check end-of-life, release policy and support schedule for PHP.
Find elsewhere
🌐
Benjamin Crozat
benjamincrozat.com › home › blog › php › an early look at php 8.6's new features
An early look at PHP 8.6's new features
December 7, 2025 - Right now, PHP 8.6 is an “upcoming release” and it is expected to land toward the end of 2026.
🌐
WPExperts
wpexperts.io › home › version history › php version history – latest releases & future scenario
PHP Version History List – Latest Releases & Future Scenario
November 24, 2025 - The great thing about PHP versions is that they showcase continuous growth and adaptation to the dynamic web development landscape. In addition, users should prepare themselves to embrace thrilling features and improvements in the latest version, PHP 8.3.11.
🌐
Zend
zend.com › resources › php-versions
PHP Versions: Performance, Security, and Feature Comparisons | Zend
While we won’t be looking too closely at the early history of PHP, we will be providing links to a number of great resources on PHP 5.x, PHP 7.x, and PHP 8.x versions. The table below gives the release dates and support end of life dates for PHP versions, including the most current PHP version and supported PHP versions, which include PHP 8.2, PHP 8.3, PHP 8.4, and PHP 8.5.
🌐
Cloudways
cloudways.com › home › php version history: brief timeline of the world's most used backend language
PHP Version History: Timeline from 1.0 to 8.5 (2026 Update)
2 weeks ago - This timeline lists all major PHP versions, including PHP 8.4 and 8.5, along with their release dates and end-of-life (EOL) schedules.
🌐
GitHub
github.com › textpattern › textpattern › issues › 2054
PHP 8.6 release tracking · Issue #2054 · textpattern/textpattern
1 month ago - At the time of writing, PHP 8.6 GA is expected November 19 2025. The first alpha is expected July 02 2026. PHP 8.5 tracking issue: PHP 8.5 release tracking #1980
Author   petecooper
🌐
CyberPanel
cyberpanel.net › blog › php-version-history
PHP Version History: Over The Years till 2026
February 2, 2026 - – PHP 5 (2004): Brought object-oriented programming to the forefront. – PHP 7 (2015): Significant performance enhancements. – PHP 8 (2020): Added JIT compilation and various new functionalities.
🌐
Reddit
reddit.com › r/php › the new clamp() function in php 8.6
r/PHP on Reddit: The new clamp() function in PHP 8.6
December 12, 2025 - Works with non-numeric data types too, like dates. ... Something you can write on your own within minutes will be part of the language itself. Function that will make sure your value is within defined range... ... I'll take "logical fallacies often fallen for" for $200 please Alex. ... Share and discover the latest news about the PHP ecosystem and its community.
🌐
PHP.Watch
php.watch › versions › 8.6 › releases
PHP 8.6 releases, Docker images, source code downloads, and Windows binary downloads
PHP 8.6 is the active development branch, expected to be released towards the end of the 2026.
🌐
WHMCS
docs.whmcs.com › home › releases › 8 6 › 8.6 release notes
8.6 Release Notes - WHMCS
January 21, 2026 - WHMCS 8.6 includes features to help you easily find and activate payment gateways, get ready for upcoming requirements for Microsoft® email services, and keep your installation safe and secure with PHP 8.1. Learn about the newest features and most important updates in our 8.6 Release Highlights.
🌐
Medium
medium.com › @itsumeshp › the-future-of-php-a-fresh-take-on-what-php-9-0-brings-f7b9cf7370c6
The Future of PHP: A Fresh Take on What PHP 9.0 Brings | by Umesh P | Medium
March 21, 2025 - Unlike previous PHP releases, PHP 9.0 has no official timeline yet. Given the typical release cycles, we might see PHP 8.5 and 8.6 before PHP 9.0 is even considered for release.