NOTICE: This package has been removed from pkgsrc

./wip/xdebug, PHP extension for debugging

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.2.3, Package name: xdebug-2.2.3, Maintainer: noud4

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


Required to run:
[lang/php73]

Required to build:
[pkgtools/cwrappers] [devel/pcre2]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2014-02-11 22:04:07 by ndb | Files touched by this commit (68)
Log message:
To have better links on netbsd.se in respect to maintainer and commiter.
   2013-12-09 22:20:45 by ndb | Files touched by this commit (2)
Log message:
version bump to 2.2.3
   2013-07-14 13:48:35 by ndb | Files touched by this commit (5)
Log message:
PHP extension for debugging.