diff options
author | pizzamig <pizzamig@FreeBSD.org> | 2018-10-10 00:19:25 +0800 |
---|---|---|
committer | pizzamig <pizzamig@FreeBSD.org> | 2018-10-10 00:19:25 +0800 |
commit | 8606381d4be216b8049160a559ed8c79111bd95d (patch) | |
tree | 52ca27cb39f1ae0010aaaa7578f754d03b6f07a0 /devel/pecl-xdebug25/pkg-descr | |
parent | eeb906d63d65b712f622ee315c74fd4b41c84289 (diff) | |
download | freebsd-ports-gnome-8606381d4be216b8049160a559ed8c79111bd95d.tar.gz freebsd-ports-gnome-8606381d4be216b8049160a559ed8c79111bd95d.tar.zst freebsd-ports-gnome-8606381d4be216b8049160a559ed8c79111bd95d.zip |
devel/pecl-xdebug: mark PHP 73 as unsupported and rename as pecl-xdebug25
Sponsored by: trivago N.V.
Diffstat (limited to 'devel/pecl-xdebug25/pkg-descr')
-rw-r--r-- | devel/pecl-xdebug25/pkg-descr | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/pecl-xdebug25/pkg-descr b/devel/pecl-xdebug25/pkg-descr new file mode 100644 index 000000000000..afbb8bcb4314 --- /dev/null +++ b/devel/pecl-xdebug25/pkg-descr @@ -0,0 +1,19 @@ +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 and function traces in error messages with: + o full parameter display for user defined functions + o function name, file name and line indications + o 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 + +WWW: https://www.xdebug.org/ +WWW: https://pecl.php.net/package/xdebug |