home.social

#php86 β€” Public Fediverse posts

Live and recent posts from across the Fediverse tagged #php86, aggregated by home.social.

fetched live
  1. πŸŽ‰ 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 production

    Congrats @joepferguson, @mbeccati, and Daniel Scherzer

    πŸ”— php.net/archive/2026.php#2026-

  2. πŸŽ‰ 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 production

    Congrats @joepferguson, @mbeccati, and Daniel Scherzer

    πŸ”— php.net/archive/2026.php#2026-

    #PHP #Release #PHP86

  3. πŸŽ‰ 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 production

    Congrats @joepferguson, @mbeccati, and Daniel Scherzer

    πŸ”— php.net/archive/2026.php#2026-

  4. πŸŽ‰ 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 production

    Congrats @joepferguson, @mbeccati, and Daniel Scherzer

    πŸ”— php.net/archive/2026.php#2026-

    #PHP #Release #PHP86

  5. We are looking for Release Managers for PHP 8.6.

    If that is interesting to you, check out the internals mailing list announcement:

    πŸ”— news-web.php.net/php.internals

  6. We are looking for Release Managers for PHP 8.6.

    If that is interesting to you, check out the internals mailing list announcement:

    πŸ”— news-web.php.net/php.internals

    #PHP #PHP86

  7. πŸš€ #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: thephp.foundation/blog/2025/12

    #PHP #PHP86 #WebDev

  8. πŸš€ #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: thephp.foundation/blog/2025/12

    #PHP #PHP86 #WebDev