The new PECL package xdebug-2.4.0beta1 (beta) has been released at http://pecl.php.net/.
Release notes ------------- Thu, Sep 05, 2015 - xdebug 2.4.0beta1 + Added features: - Implemented issue #1109: Added support for PHP 7. - Implemented issue #1153: Add function monitor functionality. - Implemented issue #1183: Add xdebug.show_error_trace setting to allow/disallow to show a stack trace for every Error (throwable) = Fixed bugs: - Fixed issue #1070: Too many open files error with php-fpm: connections not closed. (Patch by Sean Dubois) - Fixed issue #1123: With Xdebug 2.3.1, PHPUnit with coverage is exponentially slower than without - Fixed issue #1166: Using $this in __debugInfo() causes infinite recursion - Fixed issue #1173: Segmentation fault in xdebug_get_monitored_functions() - Fixed issue #1182: Using PHPStorm with PHP 7 RC1 and xdebug 2.4-dev break points are passed by including setting break point at start of script - Fixed issue #1192: Dead code analysis does not work for generators with 'return;' 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.4.0beta1.tgz Authors ------------- Derick Rethans <der...@php.net> (lead) -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php