php

Back Open Paginator
19.11.2025 23:50
xthiago (@xthiago@mastodon.social)

PHP 8.5 will be released tomorrow, but the release announcement is already live - check that out: php.net/releases/8.5/en.php




Show Original Post


19.11.2025 22:35
ramsey (@ramsey@phpc.social)

How would you declare a parameter as needing to be an invokable object? Would you use `object & callable` or is there a better way?

#PHP




Show Original Post


19.11.2025 22:03
reactphp (@reactphp@phpc.social)

Just released v1.17.0 of our Socket component! 🎉

Here's the next, today's release introduces initial support for tomorrow's PHP 8.5 release, allowing our downstream components to add compatibility for PHP 8.5 as well. More to come!

github.com/reactphp/socket/rel

Enjoy #async #php 🍻





Show Original Post


19.11.2025 21:17
LeedsPHP (@LeedsPHP@phpc.social)

We now have our second November talk with Graham Campbell talking about Analytics that actually work in ClickHouse! 🥳🎉

#php #leedsphp #php85





Show Original Post


19.11.2025 20:25
LeedsPHP (@LeedsPHP@phpc.social)

We’ve started our November event with @derickr talk on PHP 8.5! 🥳🎉

#php #leedsphp #php85





Show Original Post


19.11.2025 17:58
SensioLabsOfficial (@SensioLabsOfficial@mastodon.social)

8 BILLION requests per day and zero slowdowns? 😮

We helped a major ad platform achieve world-class performance on their app using by @upsun including a 43% response time reduction on a critical endpoint ⚡️

Read the full success story 👉 tinyurl.com/sm7zjw8b





Show Original Post


19.11.2025 15:25
jclermont (@jclermont@phpc.social)

All of our tips are written in Markdown. Recently, I needed to add a CSS class to a link in one of our tips, and learned how to do this within the Markdown parser we use. #php #laravel masteringlaravel.io/daily/2025




Show Original Post


19.11.2025 14:48
post (@post@programming.dev)

Production MediaWiki workloads at WMF are migrating to PHP 8.3 - Wikitech-l - lists.wikimedia.org

programming.dev/post/41000741




Show Original Post


19.11.2025 12:56
michabbb (@michabbb@social.vivaldi.net)

sometimes it's fun making a little #ai #llm battle 😏 💪

i have no idea what these fancy benchmarks are testing, as a #php developer, i'm (most of the time) interested in the basics - so even a simple boring task can be very interesting to watch and you can learn a lot from that, see for yourself 🔬 👓

8 AI Models, 1 Function, 1 Judge 🧑‍⚖️

🔗 gist.github.com/michabbb/ab4f2





Show Original Post


19.11.2025 11:27
decompwlj (@decompwlj@mathstodon.xyz)

A047238: Numbers that are congruent to {0, 2} mod 6

3D graph, threejs - webGL ➡️ decompwlj.com/3Dgraph/A047238.
3D graph Gen, threejs animation ➡️ decompwlj.com/3DgraphGen/A0472
2D graph, first 500 terms ➡️ decompwlj.com/2Dgraph500terms/

#decompwlj #math #mathematics #maths #sequence #OEIS #JavaScript #php #graph #3D #threejs #webGL #triangular #numbers #primes #PrimeNumbers #palindromes #animation #FundamentalTheoremOfArithmetic #sequences #NumberTheory #classification #integer #decomposition #number #theory #equation #graphs #sieve #fundamental #theorem #arithmetic #research





Show Original Post


19.11.2025 11:26
jpoesen (@jpoesen@social.jpoesen.com)

So basically the whole #cloudflare outage was due to code that wasn't robust enough.

They used a function that can return a certain type of object OR AN ERROR.

They assumed the returned value would always be an object of the expected type and tried to use it as such.

In PHP terms, similar to:

$items = get_items();
foreach ($items as $item) {
$item->process();
}

In #PHP we'd catch this early through static analysis & add explicit type checks everywhere.

Doesn't #Rust have this?




Show Original Post


19.11.2025 11:24
decompwlj (@decompwlj@mathstodon.xyz)

Decomposition into weight × level + jump of prime numbers in 3D, threejs - webGL (log(weight), log(level), log(jump))
➡️ decompwlj.com/3Dgraph/Prime_nu

#decompwlj #math #mathematics #maths #sequence #OEIS #JavaScript #php #graph #3D #threejs #webGL #triangular #numbers #primes #PrimeNumbers #palindromes #animation #FundamentalTheoremOfArithmetic #sequences #NumberTheory #classification #integer #decomposition #number #theory #equation #graphs #sieve #fundamental #theorem #arithmetic #research





Show Original Post


1 ...311 312 313 314 315 316 317 318 319 320 321 ...526
UP