Bug 200363 - [NEW PORT] devel/pecl-trace: Low-overhead tracing tool for PHP
Summary: [NEW PORT] devel/pecl-trace: Low-overhead tracing tool for PHP
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kurt Jaeger
URL:
Keywords: easy, patch, patch-ready
Depends on:
Blocks:
 
Reported: 2015-05-21 09:12 UTC by Gasol Wu
Modified: 2015-07-14 03:13 UTC (History)
2 users (show)

See Also:


Attachments
shell archive (2.17 KB, text/plain)
2015-05-21 09:13 UTC, Gasol Wu
koobs: maintainer-approval+
Details
test (37.03 KB, text/plain)
2015-05-21 09:32 UTC, Gasol Wu
no flags Details
shell archive (2.14 KB, text/plain)
2015-06-29 02:44 UTC, Gasol Wu
no flags Details
testport result (36.85 KB, text/plain)
2015-06-29 02:45 UTC, Gasol Wu
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gasol Wu 2015-05-21 09:12:40 UTC
Trace is a low-overhead tracing tool for PHP.

It can trace all PHP executing, function calls, request information during
run-time. And provides features like Filter, Statistics, Current Status and
so on.
It is very useful to locate blocking, heavy-load problems and debug in all
environments, especially in production environments.

WWW: https://pecl.php.net/package/trace
Comment 1 Gasol Wu 2015-05-21 09:13:49 UTC
Created attachment 156998 [details]
shell archive
Comment 2 Gasol Wu 2015-05-21 09:32:53 UTC
Created attachment 156999 [details]
test
Comment 3 Pawel Pekala freebsd_committer freebsd_triage 2015-06-26 19:58:20 UTC
Distfile changed it's size:

=> trace-0.3.0.tgz doesn't seem to exist in /hdd/ports/distfiles/PECL.
=> Attempting to fetch http://pecl.php.net/get/trace-0.3.0.tgz
fetch: http://pecl.php.net/get/trace-0.3.0.tgz: size mismatch: expected 76218, actual 76354
Comment 4 Gasol Wu 2015-06-29 02:44:48 UTC
Created attachment 158145 [details]
shell archive

Update distinfo
Comment 5 Gasol Wu 2015-06-29 02:45:17 UTC
Created attachment 158146 [details]
testport result
Comment 6 Kurt Jaeger freebsd_committer freebsd_triage 2015-07-14 03:09:26 UTC
Testbuilds are OK on 10.1i/a, 9.3a.
Comment 7 commit-hook freebsd_committer freebsd_triage 2015-07-14 03:12:32 UTC
A commit references this bug:

Author: pi
Date: Tue Jul 14 03:11:42 UTC 2015
New revision: 391967
URL: https://svnweb.freebsd.org/changeset/ports/391967

Log:
  New port: devel/pecl-trace

  Trace is a low-overhead tracing tool for PHP.

  It can trace all PHP execution, function calls, request information during
  run-time. And provides features like Filter, Statistics, Current Status and
  so on.
  It is very useful to locate blocking, heavy-load problems and debug in all
  environments, especially in production environments.

  WWW: https://pecl.php.net/package/trace

  PR:		200363
  Submitted by:	Gasol Wu <gasol.wu@gmail.com>

Changes:
  head/devel/Makefile
  head/devel/pecl-trace/
  head/devel/pecl-trace/Makefile
  head/devel/pecl-trace/distinfo
  head/devel/pecl-trace/pkg-descr
Comment 8 Kurt Jaeger freebsd_committer freebsd_triage 2015-07-14 03:13:07 UTC
Committed, thanks!