Bug 109857 - [NEW PORT] devel/pecl-vld: Dump the internal representation of PHP scripts
Summary: [NEW PORT] devel/pecl-vld: Dump the internal representation of PHP scripts
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-04 17:00 UTC by chinsan
Modified: 2007-03-06 07:40 UTC (History)
0 users

See Also:


Attachments
pecl-vld-0.8.0.shar (2.38 KB, text/plain)
2007-03-04 17:00 UTC, chinsan
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description chinsan freebsd_committer freebsd_triage 2007-03-04 17:00:10 UTC
The Vulcan Logic Disassembler hooks into the Zend Engine and
dumps all the opcodes (execution units) of a script.

WWW: http://pecl.php.net/package/vld/

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-03-04 17:00:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

rafan@ wants this PRs
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-03-06 07:31:54 UTC
rafan       2007-03-06 07:31:49 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/pecl-vld       Makefile distinfo pkg-descr 
    devel/pecl-vld/files patch-srm_oparray.c 
  Log:
  Add pecl-vld 0.8.0, dump the internal representation of PHP scripts.
  
  PR:             ports/109857
  Submitted by:   chinsan
  
  Revision  Changes    Path
  1.2676    +1 -0      ports/devel/Makefile
  1.1       +24 -0     ports/devel/pecl-vld/Makefile (new)
  1.1       +3 -0      ports/devel/pecl-vld/distinfo (new)
  1.1       +20 -0     ports/devel/pecl-vld/files/patch-srm_oparray.c (new)
  1.1       +4 -0      ports/devel/pecl-vld/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Rong-En Fan freebsd_committer freebsd_triage 2007-03-06 07:33:15 UTC
State Changed
From-To: open->closed

Committed. Thanks!