The new PECL package xdebug-2.8.0beta2 (beta) has been released at 
https://pecl.php.net/.

Release notes
-------------
Mon, Aug 26, 2019 - xdebug 2.8.0beta2

= Fixed bugs:

  - Fixed issue #1540: Code coverage should not run when turned off in php.ini
  - Fixed issue #1573: Using an exception_handler creates an extra broken 
profiler file
  - Fixed issue #1589: function names used in auto_prepend_file missing from 
profile file
  - Fixed issue #1613: Wrong name displayed for Recoverable fatal error
  - Fixed issue #1652: Problems with detach in debugger init stage
  - Fixed issue #1676: Xdebug doesn't write trace footer for shutdown functions
  - Fixed issue #1689: Traces show return values and exit information for 
functions without entry information
  - Fixed issue #1691: Code Coverage misses fluent interface function call
  - Fixed issue #1698: Switch PHP 7.4 Windows builds back to VS17
  - Fixed issue #1700: Xdebug abuses possibilty immutable class flags

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-2.8.0beta2.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

Reply via email to