APD: Advancd PHP DebuggerAPD is the Advanced PHP Debugger. It was written to provide profiling and debugging capabilities for PHP code, as well as to provide the ability to print out a full stack backtrace. APD supports interactive debugging, but by default it writes data to trace files. It also offers event based logging so that varying levels of information (including function calls, arguments passed, timings, etc.) can be turned on or off for individual scripts. See http://www.php.net/manual/en/ref.apd.php for more information. Please note that php-apd RPM conflicts with php-accelerator and php-APC. To install APD, download and install one of the three RPMs:
SourceIf you want to rebuild these RPMs yourself, download the source files from the SourceForge File Release System. In addition to the nosrc.rpm-s you'll need PHP source tarball (tar.bz) used in your distribution. |