# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
categories-append net devel
platforms darwin freebsd openbsd
maintainers {ryandesign @ryandesign} openmaintainer
homepage https://xdebug.org
master_sites ${homepage}/files/
php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2
php.extensions.zend xdebug
if {[vercmp ${php.branch} 7.0] >= 0} {
checksums rmd160 961b2d6abdd8d235f9d30e93cdcd25ddcdacd083 \
sha256 dae691d6c052073b886e0c6e1306a707bca9fd18a1e3485384ef6c4aacf1bd77 \
} elseif {[vercmp ${php.branch} 5.5] >= 0} {
checksums rmd160 ad7939d2d2f453c0f2ccb12ce8f745db7163ad9d \
sha256 72108bf2bc514ee7198e10466a0fedcac3df9bbc5bd26ce2ec2dafab990bf1a4 \
} elseif {[vercmp ${php.branch} 5.4] >= 0} {
checksums rmd160 01ce20a7b785b5eb04fd90f5be516b89e6898f80 \
sha256 23c8786e0f5aae67b1e5035972bfff282710fb84c483887cebceb8ef5bbdf8ef \
checksums rmd160 ad0839b7d7d9751ef0c30eddf43890809bbd7e91 \
sha256 4fce7fc794ccbb1dd0b961191cd0323516e216502fe7209b03711fc621642245 \
description php debugging extension
long_description Xdebug is a php extension that helps you debug your \
scripts. It provides valuable debug information, \
including error stack traces and memory allocation \
summaries. It can generate profiling information \
about your php scripts, to be used for script \
execution analysis and optimization. It also supports \
debugging interactively using the dbg debug client.
if {${name} ne ${subport}} {
configure.args --enable-xdebug
set xdebug_docs ${homepage}docs/
You can get a list of the available configuration settings for xdebug\
with the following command: