And now - Dusty Treasures

As of today I am officially sick. Lots of people I know have been sick recently, so I finally caved to peer pressure. Boo.

Also, as a funny side note - while driving to Danville, VA I passed a store called "Dusty Treasures." It was an antique store, but sounded like a show I could host on NPR or PBS when I'm old and smoke a pipe, wear sweater vests, etc. The set would be a room with a lot of bookcases and a leather chair.

Here's some boring info that I feel compelled to share in case anyone else has this problem and is googling for an answer:

The recent security update for Mac OS X Server updates PHP, from version 5.2.4 to 5.2.5, harmless enough right? Wrong. I compiled some Apache extensions from source and now they don't work anymore. Best of all, when I recompiled they still didn't work. Why you ask? Apple didn't update the file php_version.h in /usr/include/php/main/ to reflect the update, so the computer wasn't compiling for the updated version. Update your php_version.h file, then recompile your extension.