Hacker News new | past | comments | ask | show | jobs | submit login

Most PHP flaws that people moan about are shallow. Inconsistent naming of functions and parameter order, syntax warts — those are annoying, but ultimately don't matter.

What matters is that PHP has got big things right. Deployment is trivial. One process per request happens to mitigate leaks and (over)shared state. Failures affect one client at most, and scalability bottleneck is pushed down to the database.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: