This script is for Slackware 13.0 only and may be outdated.

SlackBuilds Repository

13.0 > Development > xdebug (2.0.5)

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 install xdebug, add the following line to php.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!"

Maintained by: Antonio Hernández Blas
Keywords:
ChangeLog: xdebug

Homepage:
http://xdebug.org

Source Downloads:
xdebug-2.0.5.tgz (2d87dab7b6c499a80f0961af602d030c)

Download SlackBuild:
xdebug.tar.gz
xdebug.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
slack-desc
xdebug.SlackBuild
xdebug.info

Validated for Slackware 13.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds