Fedora 17 Update: php-pecl-xdebug-2.2.0-0.2.RC1.fc17

updates at fedoraproject.org updates at fedoraproject.org
Thu Apr 12 02:43:51 UTC 2012


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2012-3972
2012-03-17 16:47:18
--------------------------------------------------------------------------------

Name        : php-pecl-xdebug
Product     : Fedora 17
Version     : 2.2.0
Release     : 0.2.RC1.fc17
URL         : http://xdebug.org/
Summary     : PECL package for debugging PHP scripts
Description :
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

--------------------------------------------------------------------------------
Update Information:

The ZTS extension is now provided by this package.

Full upstream Changelog for version 2.2.0RC1

Added features:
---------------
* Support for PHP 5.4.
* Added ANSI colour output for the shell. (Including patches by Michael Maclean)
* Added var_dump() overloading on the command line (issue #457).
* Added better support for closures in stack and function traces.
* Added the size of arrays to the overloaded variable output, so that you know how many elements there are.
* Added support for X-HTTP-FORWARDED-FOR before falling back to REMOTE_ADDR (issue #660). (Patch by Hannes Magnusson)
* Added the method call type to xdebug_get_function_stack() (issue #695).
* Added extra information to error printouts to tell that the error suppression operator has been ignored due to xdebug.scream.
* Added a error-specific CSS class to stack traces.


New settings:
-------------
* xdebug.cli_color for colouring output on the command line (Unix only).
* Added xdebug.trace_enable_trigger to triger function traces through a GET/POST/COOKIE parameter (issue #517). (Patch by Patrick Allaert)
* Added support for the 'U' format specifier for function trace and profiler filenames.

Changes:
--------
* Improved performance by lazy-initializing data structures.
* Improved code coverage performance. (Including some patches by Taavi Burns)
* Improved compatibility with KCacheGrind.
* Improved logging of remote debugging connections, by added connection success/failure logging to the xdebug.remote_log functionality.

Fixed bugs:
-----------
* No additional bug fixes besides the ones from the 2.1 branch up til Xdebug 2.1.4.
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use 
su -c 'yum update php-pecl-xdebug' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list