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.