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

Release notes
-------------
Sun, Feb 26, 2017 - xdebug 2.5.1

= Fixed bugs:

  - Fixed issue #1057: Add xdebug.ini of all settings to package
  - Fixed issue #1165: DBGp: step_out skips subsequent function calls
  - Fixed issue #1180: Code coverage crashes with non-standard start/stops
  - Fixed issue #1278: Xdebug with PHP 7 does not handle prefill-from-oparray
    for XDEBUG_CC_UNUSED
  - Fixed issue #1300: Xdebug functions are not exposing their signature to
    Reflection
  - Fixed issue #1313: Arguments to __call() trampoline picked from the wrong
    memory location
  - Fixed issue #1329: While printing out a stack with and function parameters,
    XDebug reads uninitialized zvals or free()d memory
  - Fixed issue #1381: Code Coverage misses line due to missing FETCH_DIM_W
    overload
  - Fixed issue #1385: can not fetch IS_INDIRECT properties
  - Fixed issue #1386: Executable code not shown as executed/executable
  - Fixed issue #1392: Unable to compile on FreeBSD due to missing struct
    definition
  - Fixed issue #1394: Code coverage does not cover instanceof (in elseif)

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.1.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