The new PECL package xdebug-3.0.2 (stable) has been released at https://pecl.php.net/.
Release notes ------------- Mon, Jan 04, 2021 - Xdebug 3.0.2 = Fixed bugs: - Fixed issue #1907: Empty exception message when setting the $message property to a stringable object - Fixed issue #1910: Code coverage misses constructor property promotion code - Fixed issue #1914: Compillation failure on OpenBSD - Fixed issue #1915: Debugger should only start with XDEBUG_SESSION and not XDEBUG_PROFILE - Fixed issue #1918: Warn if PHP's Garbage Collection is disabled in gc_stats mode - Fixed issue #1919: Crash when enabling filter without the right mode active - Fixed issue #1921: Xdebug does not start step debugging if start_with_request=trigger - Fixed issue #1922: Code coverage misses array assignment lines - Fixed issue #1924: Deprecated INI settings displayed in phpinfo() - Fixed issue #1925: xdebug.start_with_request and start_upon_error display inconsistent values - Fixed issue #1926: Add Xdebug mode's source to xdebug_info() output - Fixed issue #1927: Crash when calling xdebug_stop_trace without a trace in progress - Fixed issue #1928: xdebug_stop_gcstats() can also return false 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: https://pecl.php.net/package/xdebug Changelog: https://pecl.php.net/package-changelog.php?package=xdebug Download: https://pecl.php.net/get/xdebug-3.0.2.tgz Authors ------------- Derick Rethans <der...@php.net> (lead) -- PECL development discussion Mailing List (https://pecl.php.net/) To unsubscribe, visit: https://www.php.net/unsub.php