We are looking for Release Managers for PHP 8.6.

If that is interesting to you, check out the internals mailing list announcement:

🔗 https://news-web.php.net/php.internals/130240

#PHP #PHP86

php.internals: Release Managers for PHP 8.6

🚀 #PHP 8.6 introduces Partial Application
Functions can be partially applied, returning a Closure where remaining parameters are supplied later. This reduces boilerplate, simplifies callbacks and supports cleaner functional programming patterns 💡

More details: https://thephp.foundation/blog/2025/12/08/partial-application/

#PHP #PHP86 #WebDev

New #phpc blog post alert. My thoughts about the #php86 clamp() function are linked below. Spoiler alert: I'm a fan

#php #softwareengineering #tecktok #coding

https://phpdeveloperstv.substack.com/p/php-86s-clamp-will-clean-up-your

Partial Function Application is coming in PHP 8.6

Ever reach for a simple callback and end up writing a tiny novella—an arrow function stuffed with types, reordered parameters, and boilerplate just to pass one value through?

Amit Merchant