The new PECL package xdebug-2.4.0RC2 (beta) has been released at 
http://pecl.php.net/.

Release notes
-------------
Wed, Dec 02, 2015 - xdebug 2.4.0RC2

= Fixed bugs:

  - Fixed issue #1181: Remote debugging does not handle exceptions after using
    zend_read_property
  - Fixed issue #1189: Remove address attribute from remote debugging responses
  - Fixed issue #1194: The error message is doubly HTML-encoded with assert()
  - Fixed issue #1210: Segfault with code coverage dead code analysis and
    foreach on PHP 7
  - Fixed issue #1215: SIGSEGV if xdebug.trace_output_dir directory does not
    exist
  - Fixed issue #1217: xdebug.show_error_trace should not be enabled by default
  - Fixed issue #1218: Xdebug messes with the exception code, by casting it to
    int
  - Fixed issue #1219: Set default value for xdebug.overload_var_dump to 2 to
    include file / line numbers by default
  - Use long for PHP 5, and zend_long for PHP 7 for ini settings in the globals

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.4.0RC2.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