Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

php-pecl-xdebug3 - Provides functions for function traces and profiling

Website:
https://xdebug.org/
Licence:
Xdebug-1.03
Vendor:
Remi's RPM repository <https://rpms.remirepo.net/>
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

Documentation: https://xdebug.org/docs/

Package built for PHP 8.2.

Packages

php-pecl-xdebug3-3.3.2-1.remi.src [508 KiB] Changelog by Remi Collet (2024-04-16):
- update to 3.3.2
php-pecl-xdebug3-3.3.1-1.remi.src [508 KiB] Changelog by Remi Collet (2023-12-15):
- update to 3.3.1
- use test suite parallelism
php-pecl-xdebug3-3.3.0-1.remi.src [506 KiB] Changelog by Remi Collet (2023-12-01):
- update to 3.3.0
php-pecl-xdebug3-3.3.0~alpha3-2.remi.src [500 KiB] Changelog by Remi Collet (2023-10-22):
- fix configuration file using patch from
  https://github.com/xdebug/xdebug/pull/916
php-pecl-xdebug3-3.3.0~alpha3-1.remi.src [499 KiB] Changelog by Remi Collet (2023-10-20):
- update to 3.3.0alpha3
php-pecl-xdebug3-3.3.0~alpha2-1.remi.src [494 KiB] Changelog by Remi Collet (2023-09-06):
- update to 3.3.0alpha2
php-pecl-xdebug3-3.3.0~alpha1-1.remi.src [494 KiB] Changelog by Remi Collet (2023-09-06):
- update to 3.3.0alpha1
php-pecl-xdebug3-3.2.2-1.remi.src [484 KiB] Changelog by Remi Collet (2023-07-16):
- update to 3.2.2
- build out of sources tree
- use new SPDX license ID Xdebug-1.03
- open https://github.com/xdebug/xdebug/pull/896 relax test expectation