php

Back Open Paginator
26.01.2026 03:05
requiem (@requiem@masto.hackers.town)

Writing #php and remembering when web dev was still fun.




Show Original Post


25.01.2026 23:10
TurboLearnPHP (@TurboLearnPHP@mastodon.social)

JWT kid Cache

Cache key lookups to verify tokens fast.

youtube.com/watch?v=hjF70LkTTX4




Show Original Post


25.01.2026 21:52
switchweb (@switchweb@mastodon.social)

The Impact of PHP Versions on Elementor Performance

switchweb.co.uk/blog/2025/12/2




Show Original Post


25.01.2026 20:24
notes (@notes@misskey.de)
@joel_falcou@mastodon.social @a1ba@suya.place @vitaut@mastodon.social C++ is a practical language with many flaws. Yet still better than #PHP.

Honestly, C++ does solve problems - I don't like it but it works rather well. It's just sad how it gets more and more complex every few years, with no efforts taking place to reduce / simplify it. And competing languages still have not yet reached the point where they could fully replace C++, even in theory.

Another problem is that for all those languages to interact, any communication between the two necessarily goes via C - even though C is a horrible match to e.g. call between Go and Rust, or Haskell and F#.

Maybe it'd be better to create a new FFI abstraction that lives at a higher level than C - even C++'s ABI would have some significant advantages already, and would even have a chance at abstracting away the different string and array types, although it's still a bit weak regarding describing data structures that should exist in both interfacing languages.


Show Original Post


25.01.2026 19:01
wolframkriesing (@wolframkriesing@mastodontech.de)

Is #PHP the new Java?
Feels a lot more so than JavaScript or Python.




Show Original Post


25.01.2026 17:42
CapnFelix (@CapnFelix@mastodon.social)

Join our Jolly Crew as Software Engineer in Hamburg!
Thanks for sharing! ❤️🏴‍☠️

pirateship.tech/jobs/full-stac




Show Original Post


25.01.2026 17:11
TurboLearnPHP (@TurboLearnPHP@mastodon.social)

Upload Quarantine Pipeline

Isolate risky files until scans pass.

youtube.com/watch?v=R8HYOehz0l4




Show Original Post


25.01.2026 16:38
dseguy (@dseguy@phpc.social)

What if you want to convert a #PHP string to the opposite number ? Can you cast (int) and use minus?

Well, can you?

#phptip #phptrick

php-tips.readthedocs.io/en/lat





Show Original Post


25.01.2026 15:56
danielpetrica (@danielpetrica@infosec.exchange)

A very persistent LLM scraper just gave my website a free stress test: 10k+ requests to a non-existent endpoint in under 24 hours

The result? Zero downtime. Zero performance degradation. And if i did not check the analytics I wouldhave missed it.
This is why I advocate for modern stacks like Traefik paired with FrankenPHP. The ability to handle high concurrency with minimal resource usage is a game changer for #PHP applications.
#developer #programming #technology #business





Show Original Post


25.01.2026 13:39
dantleech (@dantleech@fosstodon.org)

debug tui can now accept a script as an argument and monitors the stdout/stderr. also blinking lights. #xdebug #php

github.com/dantleech/debug-tui





Show Original Post


25.01.2026 11:50
koehnlein (@koehnlein@mastodon.social)

Is there a recommendation or best practice where to place fake classes for testing with and ?




Show Original Post


25.01.2026 11:12
TurboLearnPHP (@TurboLearnPHP@mastodon.social)

PHP Magic Constants Behavior

Watch this! PHP magic constants change based on context. See __LINE__ and __FUNCTION__ in different scopes. Perfect for debugging!

youtube.com/watch?v=OZb0gcBc6bk




Show Original Post


1 ...173 174 175 176 177 178 179 180 181 182 183 ...526
UP