↧
Debuging with PHP, Stack Traces, and Redis
A cool new trick I found with debugging pieces of code and how often they get executed. We were running into a problem where an expensive query was being called more frequently than I thought it...
View ArticlePHP, SoapClient, SoapServer, and Timeouts
I ran into an extremely frustrating problems while trying to add a test script for some PHP web services. I won’t go into detail on all the different things I went through to debug this problem. But...
View ArticlePHP, 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...
View Article