HN user

snov

40 karma
Posts3
Comments7
View on HN
PHP in 2022 5 years ago

I meant Docker. The fact that I needed multiple processes (nginx+fpm) made PHP setup tricky compared with e.g. Java with embedded server.

PHP in 2022 5 years ago

Is it? Last time I used PHP (around 5.x-7.x) it was exactly the other way around. For production you needed php-fpm, nginx, opcode cache... it was a nightmare compared with go or even java. Is it better now?

PHP in 2022 5 years ago

PHP was a pretty cool language back in the days. Bizarre (yet fast) stdlib and ugly syntax, but super quick to write web stuff, supported by every shared hosting.

Nowadays, it seems to mimic Java, while having inferior libraries, I'm not sure what's the advantage.