#php86

7 posts · Last used 8d

Back to Timeline
Dima @dima@dol.social · Aug 06, 2026
Good read on what is coming in PHP 8.6, out November 19. Partial function application is the one I keep rereading. str_replace(' ', '-', ?) gives you a closure with the rest prefilled, and it finally makes the pipe operator from 8.5 pleasant to use. Plus a Duration class, a built-in clamp, and session cookies defaulting to httponly and SameSite Lax, which should have been the default a decade ago. I did not pick this language 19 years ago. It picked me somehow. First thing that ran on the AppServ (does someone still remember it? 🥲 ), and everything after that followed from an accident. People have been burying it that entire time. It keeps getting quietly better instead. https://stitcher.io/blog/new-in-php-86 #PHP #PHP86 #WebDev #Programming #Backend #Blog #Thoughts
0
0
0
Len Woodward @ProjektGopher@phpc.social · Jul 23, 2026
🧵 This Week in PHP Internals — Jul 22, 2026 The season's first RFC ballots are open and both are lopsided: Time\Duration cruising at 23–1 with full method names winning, minimum supported versions right behind it. gd 2.4 arrived 4 days after the 8.6 door closed. A pipe operator has 2 authors claiming 1 token. And Monday, PHP starts voting on the 8.6 deprecations — list() included. Full video: https://youtu.be/tCUKb5rPuJ4 #PHP #PHPInternals #PHP86
0
1
0
Len Woodward @ProjektGopher@phpc.social · Jul 16, 2026
🧵 This Week in PHP Internals — Jul 15, 2026 A brand-new extension keyword rewrote itself mid-thread, the deprecations list froze with ballots set for the 27th, function autoloading split off a prerequisite RFC overnight, Time\Duration drew its first declared No, and a JSX-style markup RFC landed hours before recording. Full video: https://youtu.be/cGNa33qGqEg #PHP #PHPInternals #PHP86
0
1
1
PHP @php@fosstodon.org · Jul 02, 2026

🎉 PHP 8.6.0 Alpha 1 is available for testing!

In this very initial preview for PHP 8.6, we have:

  • A new scalable polling API in Io\Poll
  • class Uri\Rfc3986\UriBuilder
  • Improved JSON error messages including error positions
  • ReflectionProperty::isReadable() and ::isWritable()
  • clamp()
  • enum SortDirection

… and more!

✅ Test your projects ❌ Not for production

Congrats @joepferguson@phpc.social, @mbeccati@phpc.social, and Daniel Scherzer

🔗 https://www.php.net/archive/2026.php#2026-07-02-3

#PHP #Release #PHP86

30
6
20

You've seen all posts