🌐
Thephp
thephp.foundation › blog › 2025 › 12 › 08 › partial-application
PHP 8.6 kicks off with partial function application
December 8, 2025 - PHP 8.5 is still warm, but the work to push PHP forward continues. The latest major feature for PHP 8.6 has just been approved: Partial Function Application (PFA).
🌐
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.
🌐
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 - Benjamin Crozat
December 7, 2025 - PHP 8.6 is already taking shape. I track its release date, confirmed features like partial function application and clamp(), plus RFCs that might still land.
🌐
Nabilhassen
nabilhassen.com › php-86
PHP 8.6 release date, upcoming features, and RFC status
December 16, 2025 - You now have a realistic release window for PHP 8.6 based on the recent late-November cadence. We covered the features already accepted or in implementation, including partial function application and clamp(). We grouped every other currently proposed RFC for PHP 8.6 that is still draft or under discussion, with a short description of what it would change.
🌐
Stackademic
blog.stackademic.com › php-8-6-a-small-release-that-quietly-changes-how-you-write-code-166eb39dac79
PHP 8.6: A Small Release That Quietly Changes How You Write Code | by Usman Writes | Stackademic
December 28, 2025 - PHP 8.6: A Small Release That Quietly Changes How You Write Code Less Boilerplate, Cleaner Functions, Better Intent PHP 8.6 is not trying to be flashy. This is not a release full of big marketing …
🌐
Zend
zend.com › blog › php-8-5-features
PHP 8.5: New Features and Deprecations | Zend
At time of writing, the earliest we will likely see partial function application is with PHP 8.6, planned for release in 2026.
🌐
PHP
php.net › releases › 8.0 › en.php
PHP: PHP 8.0.0 Release Announcement
It contains many new features and optimizations including named arguments, union types, attributes, constructor property promotion, match expression, nullsafe operator, JIT, and improvements in the type system, error handling, and consistency.
Find elsewhere
🌐
Stitcher
stitcher.io › blog › php-86-partial-function-application
Partial function application in PHP 8.6 | Stitcher.io
January 23, 2026 - In closing, I think PFA is an amazing feature, and it will especially be useful combined with the pipe operator. I'm already looking forward to PHP 8.6!
🌐
Reddit
reddit.com › r/php › partial function application is coming to php 8.6
r/PHP on Reddit: Partial function application is coming to PHP 8.6
January 23, 2026 - My excitement around this particular feature is close to how excited I was when Enums landed back in 8.1. And is a good timing since I'm coming back to work full time in a PHP project after a 2 year break with Python ecosystem.
🌐
Medium
medium.com › @sizanmahmud08 › php-8-4-release-complete-guide-to-new-features-performance-improvements-and-breaking-changes-3189f3ff84a1
PHP 8.4 Release: Complete Guide to New Features, Performance Improvements, and Breaking Changes | by Sizan Mahmud | Medium
December 30, 2025 - PHP 8.4 has arrived as a major ... in November 2024, this version introduces property hooks, asymmetric visibility, a revamped DOM API, and numerous performance enhancements....
🌐
Daily.dev
app.daily.dev › home › php dev › php 8.6 will bring the pipe operator |> even further
PHP 8.6 will bring the Pipe Operator |> even further | daily.dev
December 8, 2025 - PHP 8.6 will introduce partial function application (PFA), allowing developers to create closures by replacing function arguments with placeholders (? or ...). This feature extends PHP 8.1's first-class callable syntax and works seamlessly with ...
🌐
Amit Merchant
amitmerchant.com › partial-function-application-php-86
Partial Function Application is coming in PHP 8.6
December 5, 2025 - Partial Function Application in PHP 8.6 will let you write a “pre‑configured” callable by calling a function with some arguments and using placeholders for the rest.
🌐
SiteGround
siteground.com › home
PHP 8.4 Highlights: What is New, Features and Improvements Explained - SiteGround Academy
March 31, 2025 - PHP 8.4 introduces performance improvements, new array and string functions, typed class constants, and enhanced readonly properties.
🌐
PHP.Watch
php.watch › versions
PHP Versions • PHP.Watch
PHP 8.0, on the 25th year of PHP history, brings several important features such as Union Types, JIT, Constructor Property Promotion, Match Syntax, Named Parameters, and several more performance, syntax, and quality-of-life improvements.
🌐
Stitcher
stitcher.io › blog › new-in-php-84
What's new in PHP 8.4 | Stitcher.io
As if property hooks alone wasn't enough, PHP 8.4 has another feature that will save so much boilerplate code: you don't have to wrap new invocations within parenthesis anymore to be able to chain methods on them.