pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/php-xdebug
Module Name: pkgsrc
Committed By: sborrill
Date: Tue Oct 14 11:14:50 UTC 2014
Added Files:
pkgsrc/devel/php-xdebug: DESCR MESSAGE Makefile distinfo
Log Message:
Add Xdebug, a debugging extension for PHP:
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 with:
o full parameter display for user defined functions
o function name, file name and line indications
o support for member functions
* memory allocation
* protection for infinite recursions
Xdebug also provides:
* profiling information for PHP scripts
* code coverage analysis
* capabilities to debug your scripts interactively with a debug client
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/php-xdebug/DESCR \
pkgsrc/devel/php-xdebug/MESSAGE pkgsrc/devel/php-xdebug/Makefile \
pkgsrc/devel/php-xdebug/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index