this post was submitted on 30 Oct 2023
1010 points (96.2% liked)

Programmer Humor

32479 readers
348 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 65 points 1 year ago (24 children)

PHP is amazing

If you're thinking of PHP version less than 8 you need to have another look

Totally stateless. Uncached server side rendered response times in double digit milliseconds.

Types

Extremely battle, highly tested frameworks.

Excellent tooling for tdd, bdd, static analysis, automated browser testing, coding standards and auto fixing. Even fully automated refactoring for things like package upgrades (Rector)

Regular, solid, releases bringing updates and fixes

Arguably one of the best package management systems, Composer. And only one, none of this constantly changing tooling that some other ecosystems seem to do

Properly open source platforms to power all kinds of web projects from e-commerce, CRM, social, scraping, analytics, monitoring, API, CMS, blogging

Basically if your target is server side web stuff then it's really good

Or, you can continue to demonstrate how out of touch you are by continuing with the old "PHP bad" jokes if you want!

[–] [email protected] 1 points 1 year ago (5 children)

What’s wrong with version 8?

[–] [email protected] 26 points 1 year ago (1 children)

Dude was saying that 8 is good, but people still think of version 5 when talking about PHP. Not recommended to still use in 2023.

[–] [email protected] 5 points 1 year ago (1 children)

Even 5.3 was good enough.

4 was hilariously bad though

[–] [email protected] 1 points 1 year ago

I'd say 5.4 was when it publicly got great - but yea, a lot of ground work for that was in 5.2/5.3

load more comments (3 replies)
load more comments (21 replies)