Port details |
- pecl-xhprof Hierarchical Profiler for PHP
- 0.9.4_1 devel
=0 0.9.4_1Version of this port present on the latest quarterly branch.
- DEPRECATED: Works only with EOL php 5.6
This port expired on: 2018-12-30
- Maintainer: ports@mcdermottroe.com
- Port Added: 2010-09-09 22:28:30
- Last Update: 2018-12-30 23:30:56
- SVN Revision: 488749
- Also Listed In: pear
- License: APACHE20
- WWW:
- https://pecl.php.net/package/xhprof
- Description:
- XHProf is a function-level hierarchical profiler for PHP and has a simple HTML
based navigational interface. The raw data collection component is implemented
in C (as a PHP extension). The reporting/UI layer is all in PHP. It is capable
of reporting function-level inclusive and exclusive wall times, memory usage,
CPU times and number of calls for each function. Additionally, it supports
ability to compare two runs (hierarchical DIFF reports), or aggregate results
from multiple runs.
WWW: https://pecl.php.net/package/xhprof
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- 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-xhprof>0:devel/pecl-xhprof
- No installation instructions:
- This port has been deleted.
- PKGNAME: php56-pecl-xhprof
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: i386 amd64
- distinfo:
- TIMESTAMP = 1491395892
SHA256 (PECL/xhprof-0.9.4.tgz) = 002a2d4a825d16aeb3017c59f94d8c5e5d06611dd6197acd2f07fce197d3b8f8
SIZE (PECL/xhprof-0.9.4.tgz) = 842077
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- phpize : lang/php56
- autoconf>0 : devel/autoconf
- Runtime dependencies:
-
- php.h : lang/php56
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- php:pecl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.4_1 30 Dec 2018 23:30:56 |
rene |
Remove expired ports:
2018-12-30 net/pecl-mosquitto: Works only with EOL php 5.6
2018-12-30 net/pecl-ip2location: Works only with EOL php 5.6
2018-12-30 net/pecl-yp: Works only with EOL php 5.6
2018-12-30 net/pecl-oauth: Works only with EOL php 5.6
2018-12-30 net/pecl-apn: Works only with EOL php 5.6
2018-12-30 textproc/pecl-doublemetaphone: Works only with EOL php 5.6
2018-12-30 textproc/pecl-ctemplate: Works only with EOL php 5.6
2018-12-30 textproc/pecl-xslcache: Works only with EOL php 5.6
2018-12-30 textproc/libmrss-php: Works only with EOL php 5.6
2018-12-30 textproc/pecl-stem: Works only with EOL php 5.6
2018-12-30 textproc/pecl-wbxml: Works only with EOL php 5.6
2018-12-30 textproc/pecl-syck: Works only with EOL php 5.6
2018-12-30 textproc/pecl-yaml1: Works only with EOL php 5.6
2018-12-30 deskutils/surrealtodo: Works only with EOL php 5.6 (Only the first 15 lines of the commit message are shown above ) |
0.9.4_1 06 Dec 2018 11:22:12 |
rene |
Remove version 7.0 from the IGNORE_WITH_PHP list. |
0.9.4_1 02 Dec 2018 17:43:34 |
antoine |
Deprecate ports depending on php 5.6 |
0.9.4_1 08 Oct 2018 15:08:13 |
antoine |
Fix some PKGNAME collisions |
0.9.4_1 14 Dec 2017 13:57:29 |
tz |
Add missing IGNORE_WITH_PHP for various pecl-ports.
After testing every pecl-* port with PHP 5.6, 7.0, 7.1 and 7.2
i set the IGNORE_WITH_PHP accordingly to the fallout.
PR: 222165
Reported by: brnd
Approved by: portmgr (blanket)
Differential Revision: https://reviews.freebsd.org/D13476 |
0.9.4_1 10 Apr 2017 15:08:47 |
mat |
Convert all PECL ports to USES=php:pecl.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D10281 |
0.9.4_1 07 Feb 2017 12:14:34 |
mat |
Mark ports not building with PHP 7.1.
Sponsored by: Absolight |
0.9.4_1 13 Dec 2016 14:26:12 |
sunpoet |
- Update WWW: pecl.php.net uses https://
Approved by: portmgr (blanket) |
0.9.4_1 03 Aug 2016 12:47:05 |
mat |
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 |
0.9.4 28 Jun 2016 14:00:45 |
mat |
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 |
0.9.4 18 Feb 2016 14:47:06 |
miwi |
- Ignore php70
- While here remove old php gruft |
0.9.4 30 Dec 2013 20:55:19 |
ohauer |
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@) |
0.9.4 01 Dec 2013 18:45:16 |
sunpoet |
- Update to 0.9.4
- While I'm here:
- Add LICENSE
- Remove leading indefinite article from COMMENT
- Support STAGEDIR
Changes: http://pecl.php.net/package-changelog.php?package=xhprof
PR: ports/183922
Submitted by: Hung-Yi Chen <gaod@hychen.org>
Approved by: maintainer (timeout, 18 days) |
0.9.2_1 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.9.2_1 30 May 2012 03:23:24 |
miwi |
- Add support for PHP 5.4
- While here drop 6.X gruft
PR: 168441
Submitted by: Espen Volden <voldern@hoeggen.net> (maintainer) |
0.9.2 17 May 2012 14:17:36 |
miwi |
- Switch to php53
Reported by: phw |
0.9.2 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
0.9.2 16 Sep 2010 19:14:49 |
pgollucci |
- Only for i386 and amd64
PR: ports/150621
Submitted by: Conor McDermottroe <ports@mcdermottroe.com> (maintainer) |
0.9.2 13 Sep 2010 22:05:46 |
pgollucci |
- Mark broken on 6.x, requires cpuset support
Reported by: pav via pointyhat |
0.9.2 09 Sep 2010 22:28:03 |
pgollucci |
XHProf is a function-level hierarchical profiler for PHP and has a simple HTML
based navigational interface. The raw data collection component is implemented
in C (as a PHP extension). The reporting/UI layer is all in PHP. It is capable
of reporting function-level inclusive and exclusive wall times, memory usage,
CPU times and number of calls for each function. Additionally, it supports
ability to compare two runs (hierarchical DIFF reports), or aggregate results
from multiple runs.
WWW: http://pecl.php.net/package/xhprof/
PR: ports/148322
Submitted by: Conor McDermottroe <ports at mcdermottroe.com> |