This one is not your average PHP bashing. It only covers one, but rather generic, problem with PHP – dying, no matter what. Personally, I am familiar with the problem and I had to work around it as well (that’s how Locker came to be), but I’ve never had a project with high enough load to trigger a major issue.
There’s more to this. If you’ve used PHP an awful lot , you may have experienced this very weird issue:
Fatal error: Exception thrown without a stack frame in Unknown on line 0
What does that mean? I honestly have no idea. I can’t find the line #0 into an unknown PHP file.
Only hardcore, only C
and may be C++
“There are only two things wrong with C++: The initial concept and the implementation.” — Bertrand Meyer :)
More here: http://blog.jot.fm/2010/08/26/.....ogramming/
“There are only two kinds of languages: the ones people complain about and the ones nobody uses.” — Bjarne Stroustrup