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
Created attachment 156998 [details] shell archive
Created attachment 156999 [details] test
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
Created attachment 158145 [details] shell archive Update distinfo
Created attachment 158146 [details] testport result
Testbuilds are OK on 10.1i/a, 9.3a.
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
Committed, thanks!