Email or username:

Password:

Forgot your password?
PHP

🥳 PHP 8.4 Released!

In this new release, we have:

- Property hooks
- Asymmetric Visibility
- A New #[Deprecated] Attribute
- New ext-dom features and HTML5 support
- New array_*() functions
- PDO Driver specific SQL parsers
- new MyClass()->method() without parentheses

👓 Read all about it on: php.net/releases/8.4/en.php

🔗 php.net/ChangeLog-8#8.4.1
📦 php.net/downloads

4 comments
Claudio Zizza 🦜

@php Thanks to everyone who was involved in making #php 8.4 possible. Now that the chain got rattled, everyone, who is part of that chain, is going to do their work to make php 8.4 usable in all those different php environments that are out there.

hal

@php Cool, some c# features....
And deprecations BCBs doesn't look too overwhelming this time

Go Up