- The release date is probably around December 2019, but yet to be confirmed
- Short closures for cleaner one-liner functions
- Preloading to improve performance
- Typed properties in classes
- Custom object serialization adds a new way of (de)serializing objects
- Improved type variance
- The Null coalescing assignment operator as a shorthand
- FFI opens up new opportunities for extension development in PHP
- Short open tags are deprecated
- And much more
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (2)
Nice list man! Thanks for pointing out Typed variables! That’s my favorite addition!
Yeah, That's the most interesting one