Dear #php, happy release-day and all the best for 8.5 (#php85)! 🥳
Thanks for all the work and another major step forward.
https://www.php.net/releases/8.5/en.php
PS: Of course the new release is available in all our regular #webhosting packages starting today! #SpeedPartner
https://www.speedpartner.de/
PHP 8.5 Released with Pipe Operator, URI Extension, and Clone With Functionality

PHP 8.5 Released with Pipe Operator, URI Extension, and Clone With Functionality

We released 1.12.0 of hydrator! See here for the changelog: https://github.com/patchlevel/hydrator/releases/tag/1.12.0
#PHP #Hydrator
📣 Announcing the immediate availability of:
- PHP 8.4.15
- PHP 8.3.28
📝 Changelog: https://www.php.net/ChangeLog-8.php
🎁 Source: https://www.php.net/downloads
Windows: https://windows.php.net/download/
🚀
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 8.5 Introduces URI Extension, Pipe Operator, and Syntax Improvements
https://no.lastname.nz/post/1917120
Débutant ou confirmé, progressez sur #Symfony et #PHP avec SensioLabs 🤓
Nos formations vous accompagnent à chaque étape de votre montée en compétences sur le framework
👉 https://tinyurl.com/55syuxkm
👀 Gardez un œil ici… une offre arrive la semaine prochaine.

So I was able to do a VPN tunnel to my web server in the U.S. running #OpenBSD
Just removed #PHP 8.3 and installed 8.4. The installation is now different: Previously, you uncommented the modules you want to run. Now, you copy their .ini from:
/etc/php-8.4-sample/* to /etc/php-8.4/.
I really like this approach as it's a lot cleaner
Also copied :
/usr/local/share/examples/php-8.4/php.ini-production to /etc/php-8.4.ini
I rarely stray from defaults and it's running beautifully so far for me
When using the Laravel Auditing package, you may find that audit records are not being created during your tests. Here's a simple solution to enable auditing in that context, without affecting the rest of your application. #php #laravel https://masteringlaravel.io/daily/2025-11-20-how-to-enable-laravel-auditing-during-tests
Given #valinor from @Romm a try to map a set of JSON API response: clean and nicely working, also with #php `list<FooBar>` annotations and promoted properties 🎉
Was intrigued by @jay PR on the firebase-php project, and can confirm Valinor is excellent!
Would have been great if the `Mapper\Source\Modifier\CamelCaseKeys` modifier was documented, it can help avoiding to re-create it as a data normalizer :)
Great work Romain!👍