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

Release notes
-------------
Sun, Dec  4, 2016 - xdebug 2.5.0

+ Added features:

  - Implemented issue #1232: add memory delta to HTML traces
  - Implemented issue #1365: Allow remote_connect_back to be set through
    XDEBUG_CONFIG

= Fixed bugs:

  - Fixed issue #1168: Added defensive check to prevent infinite loop
  - Fixed issue #1242: Xdebug on Windows with Eclipse has issues with
    breakpoint IDs
  - Fixed issue #1343: Wrong values of numerical keys outside 32bit range
  - Fixed issue #1357: Function signature using variadics is reported as being
    not executed
  - Fixed issue #1361: Remote debugging connection issues with Windows (Anatol
    Belski)
  - Fixed issue #1373: Crash in zend_hash_apply_with_arguments when debugging,
    due to unset symbol table

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