slackbuilds_ponce/development/xdebug
Heinz Wiesinger 5278f68119 development/xdebug: Updated for version 2.1.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2011-12-18 15:38:56 -06:00
..
doinst.sh development/xdebug: New maintainer and updated for version 2.1.0 2011-03-24 19:22:35 -05:00
README development/xdebug: Updated for version 2.1.2. 2011-12-18 15:38:56 -06:00
slack-desc
xdebug.info development/xdebug: Updated for version 2.1.2. 2011-12-18 15:38:56 -06:00
xdebug.ini development/xdebug: Updated for version 2.1.2. 2011-12-18 15:38:56 -06:00
xdebug.SlackBuild development/xdebug: Updated for version 2.1.2. 2011-12-18 15:38:56 -06:00

Xdebug (A PHP extension for debugging PHP scripts)

The Xdebug extension helps you debugging your script by providing a lot of 
valuable debug information.  The debug information that Xdebug can provide 
includes the following: stack traces and function traces in error messages, 
memory allocation and protection for infinite recursions. Xdebug also 
provides profiling information for PHP, scripts, code coverage analysis and 
capabilities to debug PHP scripts interactively with a debug client.

This requires libedit.

Once you've installed xdebug, uncomment the following line in /etc/php/xdebug.ini:
; zend_extension = "/usr/lib/php/extensions/xdebug.so"

Restart your webserver if you're using php with it, and as a recomendation 
from xdebug's README: "Write a PHP page that calls "phpinfo();" Load it
in a browser and look for the info on the xdebug module. If you see it,
you have been successful!"

Note that some of xdebug's functionality may be dependent on php core
configuration settings.