PHP Game Changing Editions
stitcher.io·3h·
Discuss: Hacker News
Flag this post

Game changing editions

Written on 2025-11-13

A couple of weeks ago, I shared my wishlist for PHP in 2026, and the one item that stood out were “PHP Editions”. Let’s unpack why I think this would be a gamechanger for PHP.

What are editions?

The word “edition” was pitched by Nikita Popov years ago, and was inspired by Rust editions. They are a way to evolve a language without being blocked by (as many) backwards compatibility issues:

There are times when it’s useful to make backwards-incompatible changes to the language […] Rust uses editions to solve this problem. When there are backwards-incompatible changes, they are pushed into the next edition. Sin…

Similar Posts

Loading similar posts...