[ANNOUNCEMENT] xdebug-2.1.0RC1 (beta) Released.
[email protected] ("PECL Announce")
| Newsgroups | php.pecl.dev |
|---|---|
| Message-ID | <[email protected]> |
The new PECL package xdebug-2.1.0RC1 (beta) has been released at http://pecl.php.net/. Release notes ------------- Thu, Apr 06, 2010 - xdebug 2.1.0RC1 = Fixed bugs: - Fixed bug #494: Private attributes of parent class unavailable when inheriting. - Fixed bug #400: Xdebug shows errors, even when PHP is request startup mode. - Fixed bug #421: xdebug sends back invalid characters in xml sometimes. - Fixed bug #475: Property names with null chars are not sent fully to the client. - Fixed bug #480: Issues with the reserved resource in multi threaded environments (Patch by [email protected]). - Fixed bug #558: PHP segfaults when running a nested eval. 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.0RC1.tgz Authors ------------- Derick Rethans (lead)