Remi's RPM repository - Packages

Blog | Forum | Repository

php56-php-pecl-xdebug - PECL package for debugging PHP scripts

Website:
http://xdebug.org/
Licence:
PHP
Vendor:
Remi Collet
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

Package built for PHP 5.6 as Software Collection.

Packages

php56-php-pecl-xdebug-2.3.3-1.fc19.remi.x86_64 [129 KiB] Changelog by Remi Collet (2015-06-19):
- update to 2.3.3
- drop all patches, merged upstream
php56-php-pecl-xdebug-2.3.2-5.fc19.remi.x86_64 [128 KiB] Changelog by Remi Collet (2015-05-29):
- sources from github, with test suite
- run test suite when build using "--with tests" option
- add upstream patch to fix crash when another extension calls
  call_user_function() during RINIT (e.g. phk)