home.social

#php84 — Public Fediverse posts

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

fetched live
  1. Finally moved the project at work to PHP 8.5!

    Smooth upgrade with no issues so far.

    #PHP #PHP84 #PHP85

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

    Smooth upgrade with no issues so far.

    #PHP #PHP84 #PHP85

  3. 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
  4. 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
  5. ⛔ 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

  6. ⛔ 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

    #PHP #PHP85 #PHP84 #PHP83 #PHP82 #PHP81

  7. Bonjour,
    Savez-vous pourquoi certains hébergeurs Web tardent à proposer #PHP84, alors que le support actif de #PHP83 fini à la fin de cette année ?

    @benjamin @ouvaton

  8. Bonjour,
    Savez-vous pourquoi certains hébergeurs Web tardent à proposer #PHP84, alors que le support actif de #PHP83 fini à la fin de cette année ?

    @benjamin @ouvaton

  9. 🥳 I have just published my follow-up post:

    >> Event Sourcing in PHP Symfony <<

    It explains how anyone can implement event sourcing in a PHP Symfony project with minimal effort — free from ivory tower views.

    Please let me know what you think of the post in the thread, and whether you found my naive implementation resonated with you.

    lukasrotermund.de/posts/event-

    #php #php84 #EventSourcing #DomainDrivenDesign #ddd #doctrine #symfony #mongodb

  10. We just released phpDocumentor 3.8.0, which includes support for property hooks, asymmetric visibility and a number of bugfixes regarding traits and inheritance of docblocks.

    Download the phar, pull the new docker image and you are ready to go.

    github.com/phpDocumentor/phpDo

    #php #documentation #php84

  11. phpDocumentor main branch now has support for property hooks. If you are upgrading your codebase to #php84. Why not directly document what you did?

    Now covered:

    - virtual properties
    - read only
    - write only

    To be added:

    - properties on interfaces

  12. phpDocumentor reflection is now able to detect virtual properties: github.com/phpDocumentor/Refle

    The best thing? You don't have to run the code to do this reflection.

    #php #php84

  13. We just released phpDocumentor/reflection to support property hooks and asymmetric visibility.

    github.com/phpDocumentor/Refle

    #php #php84

  14. My Laravel PR was shot down, but I may give it a chance later in the year to use Property Hooks as attribute cast.

    Why? I blindly guess that using Property Hooks are less computationally costly but also IDE friendly.

    #PHP #Laravel #PHP8 #PHP84 #Programming #Code #Coding #SoftwareDevelopment #WebDevelopment #WebDev

  15. My Laravel PR was shot down, but I may give it a chance later in the year to use Property Hooks as attribute cast.

    Why? I blindly guess that using Property Hooks are less computationally costly but also IDE friendly.

    #PHP #Laravel #PHP8 #PHP84 #Programming #Code #Coding #SoftwareDevelopment #WebDevelopment #WebDev

  16. I fully expect #Laravel to start deprecating the `Attribute` cast starting with Laravel 13.x.

    I have, quite literally, no argument to use Attribute casts over Property Hooks. Plus, because these are native, there is no overhead.

    #PHP #Programming #WebDevelopment #Technology #Code #Coding #SoftwareDevelopment #WebDev #PHP84 #PHP8

  17. I fully expect #Laravel to start deprecating the `Attribute` cast starting with Laravel 13.x.

    I have, quite literally, no argument to use Attribute casts over Property Hooks. Plus, because these are native, there is no overhead.

    #PHP #Programming #WebDevelopment #Technology #Code #Coding #SoftwareDevelopment #WebDev #PHP84 #PHP8

  18. @Edent I really thought the new HTMLDocument introduced with #php84 (specifically created form HTML 5 documents) must surely provide something for it, but after searching a bit I can't find anything, just output of the raw unformatted HTML 5 as either string or file.

  19. @Edent I really thought the new HTMLDocument introduced with #php84 (specifically created form HTML 5 documents) must surely provide something for it, but after searching a bit I can't find anything, just output of the raw unformatted HTML 5 as either string or file.

  20. I've just recently found out that #PHPSpec does *not* have an 8.4 compatible release yet.

    Guess I'll be rewriting my test suite in #PHPUnit then.

    #PHP #PHP84

  21. I've just recently found out that #PHPSpec does *not* have an 8.4 compatible release yet.

    Guess I'll be rewriting my test suite in #PHPUnit then.

    #PHP #PHP84

  22. phpDocumentor v3.7 is just released, with support for custom twig extensions and #php84 support.

    Check the release notes for more: github.com/phpDocumentor/phpDo

  23. 🚀 Dive into the world of Lazy Objects with PHP 8.4 with @scottkeckwarren! Discover how this new feature can boost your application's performance. Read more about how to it here: phparch.com/2025/01/using-php- #PHP84 #WebDev #PHPArchitect

  24. 🚀 Dive into the world of Lazy Objects with PHP 8.4 with @scottkeckwarren! Discover how this new feature can boost your application's performance. Read more about how to it here: phparch.com/2025/01/using-php- #PHP84 #WebDev #PHPArchitect

  25. I released version 4.5.0 for Laravel Mail Catchall

    This version adds support for #PHP 8.4 and make the information in the about command more explicit.

    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

    #PHP84 #PHP #Laravel #release

  26. I released version 4.5.0 for Laravel Mail Catchall

    This version adds support for #PHP 8.4 and make the information in the about command more explicit.

    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

    #PHP84 #PHP #Laravel #release

  27. I can some benchmarks to see how proportionally the new JIT in PHP skewed speed improvements.

    Conclusion:

    - PHP 8.4.1 is about 4% faster than PHP 8.3.14
    - with JIT, the speed-up is about 7%
    - there is (unsurprisingly) negligible improvements in the C implementation's speed.

    #php #php84 #jit #improvements

  28. I can some benchmarks to see how proportionally the new JIT in PHP skewed speed improvements.

    Conclusion:

    - PHP 8.4.1 is about 4% faster than PHP 8.3.14
    - with JIT, the speed-up is about 7%
    - there is (unsurprisingly) negligible improvements in the C implementation's speed.

    #php #php84 #jit #improvements

  29. 🎉 Xdebug 3.4.0 is out!

    :elephpant: It mainly adds support for PHP 8.4.

    📶 A new feature makes it possible to tell Xdebug to ignore PHP requests for debugging, if the XDEBUG_IGNORE parameter is set.

    🐛 If you find any bugs, please head to the issue tracker: bugs.xdebug.org

    💰 If you want to support my work on Xdebug, head over to github.com/sponsors/derickr as an individual, or xdebug.org/support as a company.

    #php #php84 #xdebug #XdebugCloud

  30. 🎉 Xdebug 3.4.0 is out!

    :elephpant: It mainly adds support for PHP 8.4.

    📶 A new feature makes it possible to tell Xdebug to ignore PHP requests for debugging, if the XDEBUG_IGNORE parameter is set.

    🐛 If you find any bugs, please head to the issue tracker: bugs.xdebug.org

    💰 If you want to support my work on Xdebug, head over to github.com/sponsors/derickr as an individual, or xdebug.org/support as a company.

    #php #php84 #xdebug #XdebugCloud

  31. Right, let's make this Xdebug release for compatibility with PHP 8.4!

    #php #php84 #xdebug

  32. Right, let's make this Xdebug release for compatibility with PHP 8.4!

    #php #php84 #xdebug

  33. I released version 0.6.0 for GitLab Models for Laravel.

    This adds PHP 8.4 support.

    You can use this package if you want to use eloquent models and store webhooks data from GitLab in different tables.

    gitlab.com/tjvb/gitlab-models-

    #PHP #PHP84 #release #Laravel #GitLab

  34. I released version 2.4.0 for GitLab webhooks receiver for Laravel.

    This adds support for PHP 8.4

    gitlab.com/tjvb/gitlab-webhook

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

    #PHP #PHP84 #GitLab #Laravel

  35. I released 2 new updates:

    GitHash 1.4.0 adds support for #PHP 8.4

    gitlab.com/tjvb/githash

    Laravel GitHash 1.7.0 is the #Laravel wrapper with the same PHP 8.4 support.

    gitlab.com/tjvb/laravel-githas

    #PHP84 #git #release