diff options
author | pawel <pawel@FreeBSD.org> | 2013-03-06 01:12:20 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-03-06 01:12:20 +0800 |
commit | ba91cf848f8de99c126bc0bc53746e6576d54309 (patch) | |
tree | b57e4ba55eea73b1479b5ce5422cf1ec905ae319 /devel/Makefile | |
parent | b5e88d7789bddf1e308d47c8c5b81b8d3f0c31d7 (diff) | |
download | freebsd-ports-gnome-ba91cf848f8de99c126bc0bc53746e6576d54309.tar.gz freebsd-ports-gnome-ba91cf848f8de99c126bc0bc53746e6576d54309.tar.zst freebsd-ports-gnome-ba91cf848f8de99c126bc0bc53746e6576d54309.zip |
Provides a userspace interpretation of the opcodes generated by the Zend
engine compiler built into PHP.
This extension is meant for development and debug purposes only and
contains some code which is potentially non-threadsafe.
WWW: http://pecl.php.net/package/parsekit
PR: ports/175337
Submitted by: Sébastien Santoro <dereckson@gmail.com>
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index bd58719dd096..ff297a27d1f3 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3181,6 +3181,7 @@ SUBDIR += pecl-newt SUBDIR += pecl-operator SUBDIR += pecl-params + SUBDIR += pecl-parsekit SUBDIR += pecl-runkit SUBDIR += pecl-scream SUBDIR += pecl-shape |