home.social

#php85 — Public Fediverse posts

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

fetched live
  1. I released version 0.9.0 for GitLab Models for Laravel.

    It added support for Laravel 13 (Thanks to @Sjors1985 ) and PHP 8.5.

    This package is to store the webhook events from GitLab in you Laravel project.

    See: gitlab.com/tjvb/gitlab-models-

    #Laravel #Laravel13 #PHP #PHP85 #GitLab

  2. I released version 2.6.0 for GitLab webhooks receiver for Laravel.

    This adds support for PHP 8.5 and Laravel 13

    gitlab.com/tjvb/gitlab-webhook

    This package let you store the webhook data that you receive from GitLab in your Laravel application.

    #Release #GitLab #webhooks #PHP #PHP85 #Laravel #Laravel13

  3. I released version 4.7.0 for Laravel Mail Catchall

    This version adds support for PHP 8.5

    This package helps you to forward all the mail from your Laravel application to a specified address and have the information about the original receivers added.

    gitlab.com/tjvb/laravel-mail-c

    #PHP #Release #Laravel #PHP85 #PHP

  4. Finally moved the project at work to PHP 8.5!

    Smooth upgrade with no issues so far.

    #PHP #PHP84 #PHP85

  5. And I released Laravel GitHash 1.9.0

    The package is to get the current git hash (short or long) in your Laravel application.

    packagist.org/packages/tjvb/la

    #PHP #PHP85 #Laravel #release #oss

  6. GitHash 1.5.0 released, this release adds support for PHP 8.5.

    The package is to get the current git hash (short or long) in your application.

    packagist.org/packages/tjvb/gi

    #PHP #Git #PHP85 #package #oss #release

  7. Harald Eilertsen wrote the following post Thu, 01 Jan 2026 11:07:58 +0100 @!Hubzilla Support Forum
    PHP wrote the following post Thu, 01 Jan 2026 09:50:58 +0100 ⛔ As of January 1, PHP 8.3 is in security support mode, and PHP 8.1 reached end of life.

    🆙 Consider upgrading to PHP 8.4 or higher.

    To read more about how to upgrade:

    🔗 https://php.net/migration84
    🔗 https://php.net/migration85

    #PHP #PHP85 #PHP84 #PHP83 #PHP82 #PHP81
  8. ⛔ As of January 1, PHP 8.3 is in security support mode, and PHP 8.1 reached end of life.

    🆙 Consider upgrading to PHP 8.4 or higher.

    To read more about how to upgrade:

    🔗 php.net/migration84
    🔗 php.net/migration85

  9. CW: Advent of Code 2025 spoilers for Dec 6

    Decided to give advent of code a spin today.

    Here's my answer for part 2 of today's problem using PHP 8.5:

    ```
    echo explode("\n", $data)
    |> removeEmptyStrings(...)
    |> splitStrings(...)
    |> groupProblems(...)
    |> cleanProblems(...)
    |> filterOutEmptyProblems(...)
    |> calculateProblems(...)
    |> array_sum(...)
    ;
    ```

    #php #php85

  10. RE: phpc.social/@Xdebug/1156621358

    I have just released Xdebug 3.5.0!

    In the next few weeks I will create some content (text, and perhaps video) highlighting some new features in more detail.

    Please share it with the world!

    #php #php85 #xdebug #debugging

  11. Released PHP 8.5 compatible versions of the league's oauth2-server and oauth2-client tonight. A few days late but glad they are now out the door

  12. Am Montag 8.12. ist das nächste Treffen der TYPO3 User Group München (wie immer remote).

    Themen:
    🧡 TipTap als Alternative zu CKEditor als RTE in TYPO3 (Felix Ranesberger & @flanger)

    🧡 PHP 8.5 - Was gibt es Neues? ( @brotkrueml)

    meetup.com/de-de/munich-typo3-

    #TYPO3 #PHP #PHP85 #TipTap

  13. phpDocumentor v3.9.0 is here. With support for #php85 and improvements in the output when using `new` in default values. #php

    github.com/phpDocumentor/phpDo

  14. Really looking forward to be able to use #Closures in #Attributes with #php85.

    <?php
    $lol = #[Lol(#[Lol(#[Lol(#[Lol(static function () {
    echo "Style";
    })] static function () {
    echo " ";
    })] static function () {
    echo "Passing";
    })] static function () {
    echo " ";
    })] static function () {
    echo "Continuation";
    };

    for (;;) {
    $lol();
    $a = (new ReflectionFunction($lol))->getAttributes();
    if ($a === []) break;
    $lol = $a[0]->getArguments()[0];
    }
    ?>

    #PHP

  15. 🥳 PHP 8.5 Released!

    In this new release, we have:

    🌐 URI Extension
    ▶️ Pipe Operator
    📑 Clone With
    ⚠️ A New #[\NoDiscard] Attribute
    🆕 Closures and First-Class Callables in Constant Expressions
    🌀 Persistent cURL Share Handles

    👓 Read all about it on: php.net/releases/8.5/

    🔗 php.net/ChangeLog-8#8.5.0
    📦 php.net/downloads

  16. 🚀

    Well this is it for today then, for the bleeding edge people who want to run new stuff in production from day one 😁

    Updated a few thousand servers to be able to enable PHP 8.5 in production

    Enjoy

    #php #php85

  17. After my PHP 8.5 in Leeds last night, it's now time to head to Rotterdam to give the same talk there tonight!

    It's cold out here, but atleast the snow is now gone.

    #php #php85 #ReleaseDay

  18. It's PHP 8.5 release week !

    I'm giving two talks on what's new in it, first on Wednesday evening in Leeds: meetup.com/leedsphp/events/311
    And then on Thursday evening in Rotterdam: eventy.io/events/q8lmw0v4

    Will I see you there?

    #php #php85