[ANNOUNCEMENT] xdebug-2.1.0beta3 (beta) Released.
[email protected] ("PECL Announce")
| Newsgroups | php.pecl.dev |
|---|---|
| Message-ID | <[email protected]> |
The new PECL package xdebug-2.1.0beta3 (beta) has been released at http://pecl.php.net/.
Release notes
-------------
Sat, Feb 27, 2010 - xdebug 2.1.0beta3
= Fixed bugs:
- Fixed memory corruption issues.
- Fixed a threading related issue for code-coverage.
- Fixed bug #532: XDebug breaks header() function.
- DBGP: Prevent Xdebug from returning properties when a too high page number
has been requested.
Package Info
-------------
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 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
Related Links
-------------
Package home: http://pecl.php.net/package/xdebug
Changelog: http://pecl.php.net/package-changelog.php?package=xdebug
Download: http://pecl.php.net/get/xdebug-2.1.0beta3.tgz
Authors
-------------
Derick Rethans (lead)