PHP 8.4

Released 21 November 2024.


Major new features:

property hooks

asymmetric visibility, eg. public private(set) string $name

lazy objects


Minor new features:

the #[Deprecated] attribute

chainable new expressions without parentheses, eg. new Foo()->bar()

request_parse_body(), for parsing multipart bodies in any HTTP method