xdebug 3.0.3+2.9.8+2.8.1+2.5.5-0+deb11u1build2 source package in Ubuntu

Changelog

xdebug (3.0.3+2.9.8+2.8.1+2.5.5-0+deb11u1build2) jammy; urgency=medium

  * No change rebuild for PHP 8.1

 -- Bryce Harrington <email address hidden>  Wed, 27 Oct 2021 00:22:31 +0000

Upload details

Uploaded by:
Bryce Harrington
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
xdebug_3.0.3+2.9.8+2.8.1+2.5.5.orig.tar.xz 350.6 KiB 164c364831910949f5a046ca73b6d0944a25580c1aab7fc93d2675d5c448698c
xdebug_3.0.3+2.9.8+2.8.1+2.5.5-0+deb11u1build2.debian.tar.xz 6.6 KiB a2eecd615c269467662dd5bedcea9f4177e02e820c0d0164b0919f291d19a40f
xdebug_3.0.3+2.9.8+2.8.1+2.5.5-0+deb11u1build2.dsc 2.2 KiB 31d862d5f2169472d3dc32a04870b721d14b0ff00e5cad82227c51d56c22ddae

View changes file

Binary packages built by this source

php-xdebug: Xdebug Module for PHP

 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 traces and function traces in error messages with:
       - full parameter display for user defined functions
       - function name, file name and line indications
       - support for member functions
    * memory allocation
    * protection for infinite recursions
 .
 Xdebug also provides:
 .
    * profiling information for PHP scripts
    * script execution analysis
    * capabilities to debug your scripts interactively with a debug client