Wait a bit before you update to docker 29. api version within traefik got deprecated. Hit me good.
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
Respect and Support from me to ...
- @Crell
- @morrisonlevi
- @arnaud_lb
- @krakjoe (welcome back)
... for ...
- https://wiki.php.net/rfc/partial_function_application
- https://wiki.php.net/rfc/partial_function_application_v2
- https://wiki.php.net/rfc/pipe-operator-v3
Feel motivated to continue your work.
I am eager to use it! <3 #php #phpc #pfa
Choosing the right tools is crucial for working efficiently and productively, especially when it comes to complex tasks such as code analysis. There are often several options available, which can make choosing the right tool a real challenge.
In my new article, I highlight which code analysis tools are best suited for PHP projects: Should you use Psalm, PHPStan, or even both? I explain the pros and cons and help you find the optimal solution for your project.