https://phpc.social/@ingewikkeld/116753067529871185 #elephpant ?
A Terminal User Interface #tui presented by @fabpot? It is a banger!
Thank you for all your work all these years. The world got a bit better. :) #symfony #SymfonyOnline
Also a big thank you to the whole team!
A big thanks to @vanamerongen for telling me about #jj at the right moment. I was just about to spend a lot of hours fixing some nasty #git stuff. Now I have a way to get it done far easier. #Symfony #SymfonyOnline
PS: `jj describe` needs a shorter alias like desc. :)

Anthropic's Claude Desktop silently installs a Native Messaging bridge into seven Chromium browsers, including browsers Anthropic's own documentation says it does not support, and browsers the user has not even installed.
Wait a bit before you update to docker 29. api version within traefik got deprecated. Hit me good.
Imagine if the package registries and #OpenSource components that you use were no longer available.
Would you still be able to deliver a single line of code? Would your software even start, or would your business come to a standstill within minutes?
https://phpunit.expert/articles/open-source-blackout.html?ref=mastodon
The State of PHP 2025
#PhpStorm #News #Ai #Php
https://blog.jetbrains.com/phpstorm/2025/10/state-of-php-2025/
Call with a customer a few weeks ago and learned a new way to bite yourself.
Changing opcache memory settings with php_admin_value directives in FPM or Apache has no effect.
This setting is php.ini only. php_admin_value can usually change system settings, but in this case its too late, it was already used with the lower default value.
500ms win!
My colleague @timwolla made a change to PHP to be included in 8.5 that prevents this from going under in the future: https://github.com/php/php-src/pull/19146