On HowToForge.com there's a tutorial on installing a PHP Debugger (xdebug) on an OpenSUSE linux install including PHP5 and Apache.
This tutorial shows how to install php5 debugger (xdebug) on OpenSUSE 11.3.
The steps of the process are super simple because of the "zypper" package manager:
- Install the PHP5, Apache2 and PHP for Apache module
- Download the latest Xdebug version and unpack it
- Build Xdebug
- phpize it to build the shared object
- Update your php.ini file to add it in