notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
php-xdebug Xdebug extension for PHP
2.5.5 devel Deleted on this many watch lists=6 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.5.5Version of this port present on the latest quarterly branch.
Maintainer: pizzamig@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2003-06-17 16:11:35
Last Update: 2018-01-30 15:15:53
SVN Revision: 460391
People watching this port, also watch:: subversion, screen, pcre
License: PHP30
WWW:
http://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 WWW: http://www.xdebug.org/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (3 items)
Collapse this list.
  1. /usr/local/share/licenses/php-xdebug-2.5.5/catalog.mk
  2. /usr/local/share/licenses/php-xdebug-2.5.5/LICENSE
  3. /usr/local/share/licenses/php-xdebug-2.5.5/PHP30
Collapse this list.
Dependency lines:
  • php-xdebug>0:devel/php-xdebug
No installation instructions:
This port has been deleted.
PKGNAME: php-xdebug
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1512471444 SHA256 (xdebug-2.5.5.tgz) = 72108bf2bc514ee7198e10466a0fedcac3df9bbc5bd26ce2ec2dafab990bf1a4 SIZE (xdebug-2.5.5.tgz) = 279491

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. phpize : lang/php56
  2. autoconf-2.69 : devel/autoconf
Runtime dependencies:
  1. php.h : lang/php56
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
php:zend tar:tgz
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://xdebug.org/files/
Collapse this list.

Number of commits found: 47

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.5.5
30 Jan 2018 15:15:53
Revision:460391Original commit files touched by this commit
pizzamig search for other commits by this committer
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
2.5.5
05 Jan 2018 17:36:32
Revision:458156Original commit files touched by this commit
pizzamig search for other commits by this committer
devel/php-xdebug: Update to 2.5.5

Taking maintainership, after several maintainer timeouts

PR:		224110
Approved by:	maintainer (timeout)
Sponsored by:	trivago N.V.
2.5.0
13 Jan 2017 08:44:43
Revision:431349Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update to 2.5.0
- While here, add LICENSE_FILE

PR:             215630
Submitted by:   gasol.wu@gmail.com
Approved by:    maintainer timeout (freebsd-ports-maintainers@intermedix.com, 2
weeks)
2.4.1_1
27 Dec 2016 21:25:27
Revision:429669Original commit files touched by this commit
rakuco search for other commits by this committer
Update to 2.4.1.

Changes: https://xdebug.org/updates.php#x_2_4_1

PR:		214702
Submitted by:	andreas.sinz@aon.at
Approved by:	maintainer timeout (freebsd-ports-maintainers@intermedix.com, 36
days)
2.4.0_1
03 Aug 2016 12:47:05
Revision:419514Original commit files touched by this commit
mat search for other commits by this committer
Don't use extension.ini any more, and have each extension install in its
file, so the order remains the same.

Every PHP (or Zend) extension now installs its own .ini file in
/usr/local/etc/php.  A PHP extension will be automatically activated
when installed.  The order into which extensions are loaded is
automatically guessed.  In some very rare cases, the guess will be
wrong, and PHP_MOD_PRIO will need to be set.  Refer to the USES=php
section of the Porter's Handbook for more information.

Convert ports touching etc/php/extensions.ini manually, or telling the
OP to do it.

And finally, bump PORTREVISION for all php extensions.

PR:		210697
Submitted by:	mat
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D7022
2.4.0
28 Jun 2016 14:00:45
Revision:417719Original commit files touched by this commit
mat search for other commits by this committer
Convert USE_PHP*=yes into USES=php*

PR:		210529
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D6936
2.4.0
16 Apr 2016 14:48:13
Revision:413441Original commit files touched by this commit
pi search for other commits by this committer
devel/php-xdebug: 2.2.5 -> 2.4.0

Changes:
- Full list:
  https://xdebug.org/updates.php
- Now works with php 7.0

PR:		208012
Submitted by:	Franco Fichtner <franco@opnsense.org>
Approved by:	freebsd-ports-maintainers@intermedix.com (maintainer timeout)
2.2.5
13 Mar 2016 16:56:42
Revision:411002Original commit files touched by this commit
mat search for other commits by this committer
These ports do not build with PHP 7.0, make them as such.
Also, mark those who try to use mysql, which does not exist in PHP 7.0.

Sponsored by:	Absolight
2.2.5
22 Dec 2014 17:12:27
Revision:375249Original commit files touched by this commit
feld search for other commits by this committer
Update "BSD" license in devel category
2.2.5
07 Jun 2014 18:11:53
Revision:356935Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.2.5
- Use USES=tar:tgz

Changes:	http://www.xdebug.org/updates.php
PR:		ports/190148
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
Approved by:	maintainer (timeout, 15 days)
2.2.3_1
06 Mar 2014 14:15:42
Revision:347221Original commit files touched by this commit
miwi search for other commits by this committer
- Stage support
2.2.3_1
20 Dec 2013 16:38:53
Revision:337037Original commit files touched by this commit
swills search for other commits by this committer
- Configure as a Zend extension rather than a normal php extension

PR:		ports/182916
Submitted by:	Kimo <kimor79@yahoo.com>
Approved by:	maintainer timeout (freebsd-ports-maintainers@intermedix.com, >2
months)
2.2.3
20 Sep 2013 17:13:47
Revision:327724Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
2.2.3
22 Aug 2013 15:47:40
Revision:325209Original commit files touched by this commit
wg search for other commits by this committer
php-xdebug: update to 2.2.3

- Update to 2.2.3

Changes: http://xdebug.org/updates.php#x_2_2_3

PR:		ports/180163
Submitted by:	Oleg Ginzburg <olevole olevole.ru>
Approved by:	maintainer (timeout)
2.2.2
03 Jul 2013 21:10:45
Revision:322259Original commit files touched by this commit
lippe search for other commits by this committer
- Update to 2.2.2. [1]
- Change maintainer mail address. [2]

PR:		ports/177340
Submitted by:	Gasol Wu <gasol.wu@gmail.com> [1], Bill Moran
<wmoran@collaborativefusion.com> [2]
Approved by:	Bill Moran <wmoran@collaborativefusion.com> (maintainer)
2.2.1
24 Oct 2012 07:35:36
Revision:306337Original commit files touched by this commit
jhale search for other commits by this committer
- Update to 2.2.1
- Trim Makefile header

PR:		ports/172533
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
Approved by:	maintainer timeout (2 weeks)
		makc, avilla (mentors, implicit)
Feature safe:	yes
2.2.0
06 Sep 2012 16:13:31
Revision:303782Original commit files touched by this commit
flo search for other commits by this committer
Do not force DEFAULT_PHP_VER to version 5, let bsd.php.mk figure it out.
This allows xdebug to work with all PHP versions again.

PR:		ports/170614
Approved by:	maintainer timeout
2.2.0
02 Jul 2012 19:51:24
Original commit files touched by this commit
wxs search for other commits by this committer
Update to 2.2.0 and work on php54.

PR:             ports/168583
Submitted by:   Oleg Ginzburg <olevole@olevole.ru>
Approved by:    Bill Moran <wmoran@collaborativefusion.com> (maintainer)
2.1.3_1
22 May 2012 23:37:43
Original commit files touched by this commit
miwi search for other commits by this committer
- Switch to php53

Reported by:    phw
2.1.3
12 Feb 2012 14:45:34
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.1.3
- While I'm here, use correct knob (USE_PHPEXT) for php extensions

Changes:        http://www.xdebug.org/updates.php
PR:             ports/164978
Submitted by:   Svyatoslav Lempert <svyatoslav.lempert@gmail.com>
Approved by:    Bill Moran <wmoran@collaborativefusion.com> (maintainer)
2.1.2
17 Oct 2011 05:29:19
Original commit files touched by this commit
lwhsu search for other commits by this committer
- Update to 2.1.2

PR:             ports/159560
Submitted by:   Joe Horn <joehorn@gmail.com>
Approved by:    maintainer timeout
2.1.1
24 Jun 2011 22:05:36
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.1.1

Changes:        http://www.xdebug.org/updates.php#x_2_1_1
PR:             ports/157677
Submitted by:   Bo-Yi Wu <appleboy.tw@gmail.com>
Approved by:    maintainer (timeout, 17 days)
2.1.0
13 Aug 2010 15:44:51
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 2.1.0

PR:             ports/149064
Submitted by:   Yu-Fu Chen <johnpupu@gmail.com>
Approved by:    maintainer timeout (15 days)
2.0.5
07 Nov 2009 18:56:08
Original commit files touched by this commit
sylvio search for other commits by this committer
- Update to 2.0.5

PR:             ports/140318
Submitted by:   Bill Moran (wmoran@collaborativefusion.com) (maintainer)
Reviewed by:    itetcu (mentor)
2.0.4
09 Feb 2009 20:09:04
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 2.0.4

PR:             130072
Submitted by:   Wen Heping <wenheping@gmail.com>
Approved by:    maintainer timeout
2.0.2
21 Aug 2008 06:18:49
Original commit files touched by this commit
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.0.2
12 Dec 2007 18:26:12
Original commit files touched by this commit
chinsan search for other commits by this committer
- Update to 2.0.2

PR:             ports/117995
Submitted by:   chinsan
Approved by:    maintainer timeout
2.0.0
25 Aug 2007 19:15:55
Original commit files touched by this commit
chinsan search for other commits by this committer
- Update to 2.0.0.
- Pass maintainership to submitter.

PR:             ports/115790
Submitted by:   Bill Moran <wmoran at collaborativefusion.com>
2.0.0.r4
07 Jul 2007 04:04:39
Original commit files touched by this commit
vanilla search for other commits by this committer
Upgrade to 2.0.0RC4.
2.0.0.r3
06 Mar 2007 07:30:57
Original commit files touched by this commit
rafan search for other commits by this committer
- Update to 2.0.0 RC3

PR:             ports/109927
Submitted by:   chinsan
2.0.0.r2
09 Jan 2007 09:47:53
Original commit files touched by this commit
clsung search for other commits by this committer
- Upgrade to 2.0.0RC2

PR:             ports/107702
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
2.0.0.r1
13 Dec 2006 14:50:26
Original commit files touched by this commit
pav search for other commits by this committer
- Update configuration example to work for 2.X version
2.0.0.r1
31 Oct 2006 22:37:56
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 2.0.0RC1

PR:             ports/104961
Submitted by:   Vaidas Zlotkus <r2@music.lt>
1.3.2
01 Apr 2006 13:07:13
Original commit files touched by this commit
edwin search for other commits by this committer
use SUB_FILES for pkg-message
1.3.2
21 Mar 2006 22:01:16
Original commit files touched by this commit
edwin search for other commits by this committer
fix catch-all maintainer: port -> ports
1.3.2
23 Jan 2006 09:48:39
Original commit files touched by this commit
linimon search for other commits by this committer
Remove maintainer at his request.

Hat:    portmgr
1.3.2
22 Jan 2006 08:30:12
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
1.3.2
22 Jan 2006 01:48:34
Original commit files touched by this commit
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
1.3.2
12 Apr 2005 03:26:57
Original commit files touched by this commit
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
1.3.2
11 Apr 2005 08:04:41
Original commit files touched by this commit
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
1.3.2
01 Jul 2004 23:26:57
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 1.3.2

PR:             ports/68513
Submitted by:   Roman Neuhauser <neuhauser@chello.cz> (maintainer)
1.3.1
16 Jun 2004 18:52:44
Original commit files touched by this commit
thierry search for other commits by this committer
Transfer maintainership to Roman Neuhauser.
(follow-up to PR ports/65513)

Approved by:    Jens Rehsack
1.3.1
15 Jun 2004 19:56:52
Original commit files touched by this commit
thierry search for other commits by this committer
- Update to 1.3.1;
- change MASTER_SITES and WWW link.

PR:             ports/65513
Submitted by:   Roman Neuhauser
Approved by:    maintainer.
1.3.0
31 Mar 2004 03:12:58
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify (maintainer timeout)
1.3.0
09 Feb 2004 11:43:38
Original commit files touched by this commit
ale search for other commits by this committer
Remove lang/php4/bsd.php.mk and switch every ports depending on PHP to
use Mk/bsd.php.mk.

Approved by:    nork (mentor/implicitly)
1.3.0
13 Jan 2004 09:13:53
Original commit files touched by this commit
ale search for other commits by this committer
Update to 1.3.0 release.

PR:             ports/61260
Submitted by:   Roman Neuhauser <neuhauser@bellavista.cz>
Approved by:    nork (mentor)
1.2.0
17 Jun 2003 16:10:58
Original commit files touched by this commit
nork search for other commits by this committer
Add php-xdebug 1.2.0, xdebug extension for PHP.

PR:             ports/53147
Submitted by:   Jens Rehsack <rehsack@liwing.de>
Reviewed by:    Alex Dupre <sysadmin@alexdupre.com>

Number of commits found: 47