xdebug 2.9.2+2.8.1+2.5.5-1build1 source package in Ubuntu

Changelog

xdebug (2.9.2+2.8.1+2.5.5-1build1) focal; urgency=medium

  * No-change rebuild for php 7.4

 -- Bryce Harrington <email address hidden>  Fri, 28 Feb 2020 04:40:38 +0000

Upload details

Uploaded by:
Bryce Harrington
Uploaded to:
Focal
Original maintainer:
Debian PHP PECL Maintainers
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe devel

Downloads

File Size SHA-256 Checksum
xdebug_2.9.2+2.8.1+2.5.5.orig.tar.xz 286.0 KiB a128ef17d4a5358c5826c78c3f9bce966992ebe31ffb7d2c1158531081510cf5
xdebug_2.9.2+2.8.1+2.5.5-1build1.debian.tar.xz 6.0 KiB 6a51f84a4915b971c93ca0da6342861c28b2c3e3f4bab41110f15087390e2ced
xdebug_2.9.2+2.8.1+2.5.5-1build1.dsc 2.0 KiB 9c53c89af46a4b76fbfc9f81c3c9596197c7f007ad38a29bd48b4fa188ece8f9

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