PHP

The PHP Server That Outperforms Nginx by 10x (And Why It’s a Nightmare for Node.js)

A new open-source PHP server bypasses the Nginx+PHP-FPM bottleneck, delivering 10x the concurrent requests. This isn’t just an upgradeβ€”it’s a direct challenge to Node.js and Go, proving you can scale existing PHP codebases without rewriting them. The architecture is simple: a long-lived event loop instead of process-spawning.

You Run `go get` Every Day. North Korea Is Counting On It.

North Korean hackers are compromising Go and PHP packages through the PolinRider campaign β€” not through sophisticated exploits, but by exploiting a simple gap: Go and Packagist don’t require multi-factor authentication for publishers. While NPM and PyPI adapted after years of attacks, these registries chose convenience over security, outsourcing risk to every developer who runs `go get` or `composer install`.

I Don’t Know Rust, But My AI Does. And It Just Built a PHP Engine That Runs WordPress.

A non-Rust developer used an AI to build a PHP engine that renders WordPress. 17% of PHP-src tests passed, but that was enough. The experiment reveals that the real constraint isn’t AI’s coding ability β€” it’s the quality of test suites. This is both thrilling and terrifying: AI lowers barriers to entry, but creates systems humans can’t maintain.