PHP 8.2 programming language release
After a year of development, PHP 8.2 has been released. The new release includes a series of new features, as well as several compatibility-breaking changes. Key improvements in PHP 8.2 include: Added the ability to mark a class as read-only. Properties in such classes can only be set once, after which they will no longer be modifiable. Previously, read-only […]
