xdebug 2.2.3-2 source package in Ubuntu

Changelog

xdebug (2.2.3-2) unstable; urgency=low


  * Update the build system to use dh-php5
  * Move under the PHP PECL team umbrella

 -- Ondřej Surý <email address hidden>  Tue, 22 Oct 2013 14:55:27 +0200

Upload details

Uploaded by:
Debian PHP PECL Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PECL Maintainers
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
xdebug_2.2.3-2.dsc 1.2 KiB 35345b82517188ab1059c77c04aba1d3f1f1d4f89c936894373740ed06d9aa09
xdebug_2.2.3.orig.tar.gz 244.7 KiB b351872da46ed8378dff90a87673f5ec1e0bdd94324558ebc898e1d115e9d71c
xdebug_2.2.3-2.debian.tar.gz 4.7 KiB 37bc07348a0825dba14b017737ddd989696485ed3f997b4e787f466022b3ba47

No changes file available.

Binary packages built by this source

php5-xdebug: Xdebug Module for PHP 5

 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