xdebug 2.2.3-2build1 source package in Ubuntu
Changelog
xdebug (2.2.3-2build1) trusty; urgency=medium * No change rebuild for phpapi-20121212+lfs (LFS ABI break on 32-bit arches). -- Robie Basak <email address hidden> Wed, 19 Feb 2014 08:25:14 +0000
Upload details
- Uploaded by:
- Robie Basak
- Uploaded to:
- Trusty
- Original maintainer:
- Debian PHP PECL Maintainers
- Architectures:
- any
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | universe | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
xdebug_2.2.3.orig.tar.gz | 244.7 KiB | b351872da46ed8378dff90a87673f5ec1e0bdd94324558ebc898e1d115e9d71c |
xdebug_2.2.3-2build1.debian.tar.gz | 4.8 KiB | d43e37e6c702b9be87bd15753e79f5d37e4ec0aabb1ce29d49dfdb4c404cf2c0 |
xdebug_2.2.3-2build1.dsc | 1.8 KiB | 406c21bad560fc24151914ce6278c896c77b265a00c36da04cbdc34eb8fc4742 |
Available diffs
- diff from 2.2.3-2 (in Debian) to 2.2.3-2build1 (349 bytes)
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