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.
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
The new clamp() function in PHP 8.6
So: min($max, max($min, $value)); More on reddit.com
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
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
Videos
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.
LinkedIn
linkedin.com › posts › nabil-hassen_php-86-release-date-upcoming-features-activity-7406739178622709761-c_6c
PHP 8.6 Release Window and RFCs Overview
We cannot provide a description for this page right now
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.
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
LinkedIn
linkedin.com › posts › laravel-news_php-86-release-date-upcoming-features-activity-7407891512300154880-ExS9
PHP 8.6 release date, upcoming features, and RFC status
We cannot provide a description for this page right now
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.