Quantas vezes você já escreveu reset($array) só pra pegar o primeiro elemento?
PHP 8.5 resolve isso e muito mais: array_first(), pipe operator, stack traces em erros fatais...
Atualizar gradualmente > migration forçada depois 🚀
https://t.co/eCeqlzZyqA
I'm thrilled to have been selected for the first time to speak at @confooca. I'll be presenting #FrankenPHP and @ApiPlatform. See all sessions on https://t.co/zpsOaIjnK1
🚤 @withinboredom has improved the performance of #FrankenPHP by 1700% (!) in standard (non-worker) mode 🤯
According to a benchmark in the comments, FrankenPHP is now faster than FPM (in normal mode) and performs similarly to Swoole (in worker mode).
https://t.co/XJRj9HL8dB
Para testar a versão 8.4 alpha1 do #php:
Dica 1: #redis - Download do branch develop;
Dica 2: #xdebug - Download direto do site (Xdebug 3.4.0alpha1);
Dica 3: #oci8 e #pdo_oci foi removido do core, e, agora estão em https://t.co/kbaVRH7EhB. #php84#php.