freebsd-ports/lang/phc/pkg-descr
Shaun Amott 6a47784c1a Add lang/phc, a framework for static analysis of PHP scripts, PHP
source to source transformations, and (in the future) compiling
PHP scripts down to native machine code.

PR:		ports/99784
Submitted by:	Conor McDermottroe <ports@mcdermottroe.com>
Approved by:	ahze (mentor, implicit)
2006-07-13 22:07:11 +00:00

11 lines
491 B
Plaintext

phc is a framework for static analysis of PHP scripts, PHP source to source
transformations, and ultimately compiling PHP scripts down to native machine
code.
The current release does not yet compile PHP and is therefore not yet useful
for end-users. It is however useful for writing tools that operate on PHP
scripts, such as refactoring tools, aspect weavers, or obfuscators. See the
website to get an idea of what is planned for coming releases of phc.
WWW: http://www.phpcompiler.org/