Email or username:

Password:

Forgot your password?
2 posts total
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

🥳 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

Show previous 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

PHP

📣 Announcing the immediate availability of:

- PHP 8.3.7
- PHP 8.2.19

📝 Changelog: php.net/ChangeLog-8.php

🎁 Source downloads: php.net/downloads

:windows8: Windows downloads: windows.php.net/download/

Go Up