Yesterday, I blogged about PHP 5 profiling with kcachegrind and apd, today I finally got xdebug working on my linux machine (Thanks to the help of Derick, but I couldn't make it run on OSX). Besides all the other debugging features

xdebug provides, it also has a cachegrind profiling output. Really very useful to tune your PHP scripts.