PHP, Sessions, __sleep, and Exceptions
Today I ran into a problem where my PHP Application would throw this fatal error: Fatal error: Exception thrown without a stack frame in Unknown on line 0 Which is so much fun, because it doesn’t have a line number, so I had no direction as to what exactly was causing the problem. Some quick …
Read more »