The new PECL package xdebug-2.5.2 (stable) has been released at 
http://pecl.php.net/.

Release notes
-------------
Mon, Apr 17, 2017 - xdebug 2.5.2

= Fixed bugs:

  - Fixed issue #701: Functions as array indexes show ??? in trace
  - Fixed issue #1403: Code coverage does not cover BIND_STATIC
  - Fixed issue #1404: Execution time is calculated incorrectly
  - Fixed issue #1413: Code coverage mishap with PHP 7.1.3
  - Fixed issue #1414: Missing variable assignment in traces with OPcache
    loaded
  - Fixed issue #1415: Crash with multiple catch constructs with OPcache loaded
  - Fixed issue #1416: Trace files should not include the first result of a
    generator if it hasn't started yet
  - Fixed issue #1417: Fetching properties of static class contexts fails due
    to incorrect fetch mode
  - Fixed issue #1419: Summary not written when script ended with
    "pcntl_exec()"

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.5.2.tgz

Authors
-------------
Derick Rethans <[email protected]> (lead)


-- 
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to