Voting for the PHP 8.6 Release Mangers as ended today.

Congratulations to @mbeccati and @joepferguson

You can read my announcement and see the voting tally here:
https://news-web.php.net/php.internals/130645

Enjoy shipping @php !

#php #php86

php.internals: Re: [VOTE] Release Managers for PHP 8.6

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