#php86 β Public Fediverse posts
Live and recent posts from across the Fediverse tagged #php86, aggregated by home.social.
-
π PHP 8.6.0 Alpha 2 is available for testing!
This continues the PHP 8.6 release cycle, featuring:
- #[\Override] on class constants
- CURLOPT_SEEKFUNCTION (et al)
- Improved ZTS performance
- Improved error messages in SOAP
- Improved error messages for truncated JSON⦠and more!
β Test your projects
β Not for productionCongrats @joepferguson, @mbeccati, and Daniel Scherzer
-
π PHP 8.6.0 Alpha 2 is available for testing!
This continues the PHP 8.6 release cycle, featuring:
- #[\Override] on class constants
- CURLOPT_SEEKFUNCTION (et al)
- Improved ZTS performance
- Improved error messages in SOAP
- Improved error messages for truncated JSON⦠and more!
β Test your projects
β Not for productionCongrats @joepferguson, @mbeccati, and Daniel Scherzer
-
π PHP 8.6.0 Alpha 1 is available for testing!
In this very initial preview for PHP 8.6, we have:
- A new scalable polling API in Io\Poll
- class Uri\Rfc3986\UriBuilder
- Improved JSON error messages including error positions
- ReflectionProperty::isReadable() and ::isWritable()
- clamp()
- enum SortDirection⦠and more!
β Test your projects
β Not for productionCongrats @joepferguson, @mbeccati, and Daniel Scherzer
-
π PHP 8.6.0 Alpha 1 is available for testing!
In this very initial preview for PHP 8.6, we have:
- A new scalable polling API in Io\Poll
- class Uri\Rfc3986\UriBuilder
- Improved JSON error messages including error positions
- ReflectionProperty::isReadable() and ::isWritable()
- clamp()
- enum SortDirection⦠and more!
β Test your projects
β Not for productionCongrats @joepferguson, @mbeccati, and Daniel Scherzer
-
We are looking for Release Managers for PHP 8.6.
If that is interesting to you, check out the internals mailing list announcement:
-
π #PHP 8.6 introduces Partial Application
Functions can be partially applied, returning a Closure where remaining parameters are supplied later. This reduces boilerplate, simplifies callbacks and supports cleaner functional programming patterns π‘More details: https://thephp.foundation/blog/2025/12/08/partial-application/
-
π #PHP 8.6 introduces Partial Application
Functions can be partially applied, returning a Closure where remaining parameters are supplied later. This reduces boilerplate, simplifies callbacks and supports cleaner functional programming patterns π‘More details: https://thephp.foundation/blog/2025/12/08/partial-application/