Port details |
- pecl-xdebug Xdebug extension for PHP
- 3.3.2 devel =2 3.3.1Version of this port present on the latest quarterly branch.
- Maintainer: pizzamig@FreeBSD.org
- Port Added: 2018-01-30 15:19:11
- Last Update: 2024-09-30 13:18:50
- Commit Hash: 3525814
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: pear
- License: PHP30
- WWW:
- https://www.xdebug.org/
- Description:
- 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
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PHP_PKGNAMEPREFIX}pecl-xdebug>0:devel/pecl-xdebug
- To install the port:
- cd /usr/ports/devel/pecl-xdebug/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/pecl-xdebug
- pkg install php82-pecl-xdebug
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: php82-pecl-xdebug
- Package flavors (<flavor>: <package>)
- php82: php82-pecl-xdebug
- php81: php81-pecl-xdebug
- php83: php83-pecl-xdebug
- distinfo:
- TIMESTAMP = 1727437095
SHA256 (PECL/xdebug-3.3.2.tgz) = 15545b8311bedb5e7df08fd90d6653d9bf33629791e8119e70350475df932c55
SIZE (PECL/xdebug-3.3.2.tgz) = 258943
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- phpize : lang/php82
- autoconf>0 : devel/autoconf
- Runtime dependencies:
-
- php.h : lang/php82
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_pecl-xdebug
- USES:
- php:pecl,zend tar:tgz
- pkg-message:
- For install:
- The php debugger 'xdebug' has been installed successful.
Add a line containing
extension=/usr/local/lib/php/20220829/xdebug.so
or
zend_extension=/usr/local/lib/php/20220829/xdebug.so
to your php.ini to load it. xdebug is not compatible with the extension
'Zend Optimizer' - you're only able to use one of them. So take care having
at least the lesser required extension disabled by commenting out it's
loader line in your php.ini.
xdebug 3.0 introduces several breaking changes in the configuration.
Please check the documentation at https://xdebug.org/docs/upgrade_guide
Add following section to enable profiling:
xdebug.mode=profile
xdebug.output_dir = /tmp/profiler
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.3.2 30 Sep 2024 13:18:50 |
Luca Pizzamiglio (pizzamig) |
devel/pecl-xdebug: ignore with PHP 8.4
PHP 8.4 is not supported.
No revision bump needed, as it fixes (ignoring) builds with php 8.4 only |
3.3.2 27 Sep 2024 11:52:13 |
Luca Pizzamiglio (pizzamig) |
devel/pecl-xdebug: Update to 3.3.2 |
3.3.1 03 Aug 2024 14:13:56 |
Muhammad Moinur Rahman (bofh) |
devel/pecl-xdebug: Unbreak for php84
Approved by: portmgr (blanket) |
3.3.1 28 Jul 2024 13:15:18 |
Muhammad Moinur Rahman (bofh) |
*/*: Mark IGNORE_WITH_PHP=84
These ports are currently not compatible with php84 and is only a limited
set of ports. There might be more ports which has runtime issues. Please
check if your ports are compatible with php84 and if not pleae mark them
IGNORE_WITH_PHP=84
Approved by: portmgr (blanket) |
3.3.1 16 Dec 2023 16:38:50 |
Luca Pizzamiglio (pizzamig) |
devel/pecl-xdebug: Update to 3.3.1
This version supports PHP 8.3
PR: 275642 |
3.2.2 23 Jul 2023 20:24:56 |
Luca Pizzamiglio (pizzamig) |
devel/pecl-xdebug: Update to 3.2.2 |
3.2.1 10 Jun 2023 14:57:35 |
Muhammad Moinur Rahman (bofh) |
*/*: Mark IGNORE_WITH_PHP for 8.3.X
Approved by: portmgr (blanket)
Sponsored by: Bounce Experts |
3.2.1 26 Mar 2023 11:27:13 |
Luca Pizzamiglio (pizzamig) |
devel/pecl-xdebug: Update to 3.2.1 |
3.2.0 02 Feb 2023 17:00:14 |
Luca Pizzamiglio (pizzamig) |
devel/pecl-xdebug: Update to 3.2.0
Implemented support for PHP 8.2 |
3.1.6 20 Nov 2022 17:27:04 |
Luca Pizzamiglio (pizzamig) |
devel/pecl-xdebug: Update to 3.1.6
Changes: https://xdebug.org/updates#x_3_1_6 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.1.5 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.1.5 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
3.1.5 25 Jun 2022 16:49:54 |
Luca Pizzamiglio (pizzamig) |
devel/pecl-xdebug: Update to 3.1.5
Bug fix release. Changelog available at:
https://xdebug.org/announcements/2022-06-06
Not yet compatible with PHP 8.2 |
3.1.4 13 Jun 2022 00:08:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Ignore with php82 |
3.1.4 05 Apr 2022 21:24:41 |
Luca Pizzamiglio (pizzamig) |
devel/pecl-xdebug: Update to 3.1.4
Changelog: https://xdebug.org/updates#x_3_1_4 |
3.1.3 06 Feb 2022 15:11:34 |
Luca Pizzamiglio (pizzamig) |
devel/pecl-xdebug: Update to 3.1.3
Changes: https://xdebug.org/updates#x_3_1_3 |
3.1.2 04 Dec 2021 23:00:17 |
Luca Pizzamiglio (pizzamig) |
devel/pecl-xdebug: Update to 3.1.2
Changes: https://xdebug.org/updates#x_3_1_2 |
3.1.1 17 Oct 2021 12:29:30 |
Luca Pizzamiglio (pizzamig) |
devel/pecl-xdebug: Update to 3.1.1
Fix release.
Changelog: https://xdebug.org/updates#x_3_1_1 |
3.1.0 12 Oct 2021 20:10:11 |
Luca Pizzamiglio (pizzamig) |
devel/xdebug: update to 3.1.0
Add support to php 8.0.
Announcement: https://xdebug.org/announcements/2021-10-04 |
3.0.4 16 Apr 2021 12:03:02 |
Luca Pizzamiglio (pizzamig) |
devel/pecl-xdebug: update to 3.0.4 |
3.0.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.0.3 24 Feb 2021 10:58:32 |
pizzamig |
devel/pecl-xdebug: update to 3.0.3
Fix release: https://xdebug.org/updates#x_3_0_3
MFH: 2021Q1 |
3.0.2 06 Jan 2021 21:40:44 |
pizzamig |
devel/pecl-xdebug: update to 3.0.2
Bug fix release
Changelog: https://xdebug.org/updates\#x_3_0_2
MFH: 2021Q1 |
3.0.1 07 Dec 2020 08:57:41 |
pizzamig |
devel/pecl-xdebug: update to 3.0.1
Add support to php 8.0.0
Mention breacking changes in configuration in the pkg-message |
2.9.8 25 Oct 2020 11:15:40 |
pizzamig |
devel/pecl-xdebug: ignore with php80
php80 is not yet supported. Ignoring. |
2.9.8 05 Oct 2020 21:53:18 |
pizzamig |
devel/pecl-xdebug: Update to 2.9.8
Upstreamed a patch to fix build on FreeBSD
Changelog: https://xdebug.org/updates#x_2_9_8 |
2.9.7 17 Sep 2020 20:36:37 |
pizzamig |
devel/pecl-xdebug: Update to 2.9.7
Changelog: https://xdebug.org/updates#x_2_9_7 |
2.9.6 08 Jun 2020 20:25:20 |
pizzamig |
devel/pecl-xdebug: Update to 2.9.6
Changes: https://xdebug.org/updates#x_2_9_6
Changes: https://xdebug.org/updates#x_2_9_5 |
2.9.4 25 Mar 2020 19:48:35 |
pizzamig |
devel/pecl-xdebug: Update to 2.9.4
Changes: https://xdebug.org/announcements/2020-03-23
Sponsored by: trivago N.V. |
2.9.3 17 Mar 2020 15:39:17 |
pizzamig |
devel/pecl-xdebug: Update to 2.9.3
Changes: https://xdebug.org/updates#x_2.9.3
Sponsored by: trivago N.V. |
2.9.2 19 Feb 2020 10:24:06 |
pizzamig |
devel/pecl-xdebug: Update to 2.9.2
Bug fix release.
Changelog: https://xdebug.org/updates#x_2_9_2
MFH: 2020Q1
Sponsored by: trivago N.V. |
2.9.0 11 Dec 2019 10:58:12 |
pizzamig |
devel/pecl-xdebug: Update to 2.9.0
Changes: https://xdebug.org/updates#x_2_9_0
Sponsored by: trivago N.V. |
2.8.1 03 Dec 2019 14:52:08 |
pizzamig |
devel/pecl-xdebug: Update to 2.8.1
Changes: https://xdebug.org/updates#x_2_8_1
A bug fix release
MFH: 2019Q4
Sponsored by: trivago N.V. |
2.8.0 13 Nov 2019 22:28:59 |
pizzamig |
devel/pecl-xdebug: Update to 2.8.0
This version add support to PHP 7.4
PR: 241878
Submitted by: Marc Veldman
Approved by: maintainer |
2.7.2 22 Sep 2019 07:14:00 |
antoine |
Ignore with php 7.4
Reported by: pkg-fallout |
2.7.2 13 Aug 2019 16:01:59 |
mat |
Convert to UCL & cleanup pkg-message (categories d) |
2.7.2 10 May 2019 09:42:58 |
pizzamig |
devel/pecl-xdebug: Update to 2.7.2
Changes: https://xdebug.org/updates.php#x_2_7_2
Sponsored by: trivago N.V. |
2.7.1 09 Apr 2019 09:29:55 |
pizzamig |
devel/pecl-xdebug: Update to 2.7.1
Changelog: https://xdebug.org/updates.php#x_2_7_1
MFH: 2019Q2
Sponsored by: trivago N.V. |
2.7.0 28 Mar 2019 17:04:12 |
pizzamig |
devel/pecl-xdebug: Update to 2.7.0
New stable version, with support to PHP 7.3
Changelog: https://xdebug.org/updates.php#x_2_7_0
PR: 236773
Submitted by: i.dani@outlook.com (partially)
Sponsored by: trivago N.V. |
2.6.1 05 Jan 2019 15:47:57 |
rene |
Remove stale IGNORE_WITH_PHP=56 values.
Reminded by: sunpoet |
2.6.1 09 Oct 2018 16:23:46 |
pizzamig |
devel/pecl-xdebug26: rename as pecl-xdebug and update to 2.6.1
With PHP 7.1 as default version, it makes sense to make pecl-xdebug
2.6.x the new default version
Sponsored by: trivago N.V. |
2.5.5_1 09 Oct 2018 16:19:25 |
pizzamig |
devel/pecl-xdebug: mark PHP 73 as unsupported and rename as pecl-xdebug25
Sponsored by: trivago N.V. |
2.5.5_1 31 Jan 2018 17:00:28 |
pizzamig |
pecl-xdebug: Fix missing zend parameter
xdebug must be loaded as a zend extension
Bump portrevision
Reported by: Franco Fichtner (via phabricator)
Sponsored by: trivago N.V. |
2.5.5 30 Jan 2018 15:15:53 |
pizzamig |
devel/php-xdebug -> devel/pecl-xdebug
Using pecl instead that a legacy way to build the extension
Reviewed by: olivier
Sponsored by: trivago N.V.
Differential Revision: https://reviews.freebsd.org/D13825 |