PHP's uasort() crashing Apache mysteriously
All weekend, I've been trying to figure out a problem affecting at least one of my client sites ever since I upgraded my production web server to PHP 5.2.11. A call to uasort( is leading to a segfault in Apache. Digging into the code reveals that it's crashing after looping through a number of calls to the compare function.
If anyone has been experienced this issue, please drop me a line. I'm at a loss. The problem wasn't present in 5.2.10,... (read more)
Written by Ted on Oct 26, 2009
