diff options
author | miwi <miwi@FreeBSD.org> | 2007-02-12 07:44:19 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-02-12 07:44:19 +0800 |
commit | 6bb7e44b7b891b496c4e51b25c53aae7ad219bd1 (patch) | |
tree | c5559f5a7905cbc2e085d077094f274a6f462a59 /www/Makefile | |
parent | c82a0b77b6fefca925a1224645a1b27169a02ba2 (diff) | |
download | freebsd-ports-gnome-6bb7e44b7b891b496c4e51b25c53aae7ad219bd1.tar.gz freebsd-ports-gnome-6bb7e44b7b891b496c4e51b25c53aae7ad219bd1.tar.zst freebsd-ports-gnome-6bb7e44b7b891b496c4e51b25c53aae7ad219bd1.zip |
AMFEXT is a PHP extension written in C that implements encoding and decoding
of AMF and AMF3 messages for the PHP language. It has been based on some of
the experience gained with AMFPP, a native code for encoding and decoding C.
The native encoding and decoding is extremely fast and memory efficient
respect existing PHP implementation, and the flexibility has been
provided using callbacks to the PHP code.
WWW: http://www.teslacore.it/wiki/index.php?title=AMFEXT
PR: ports/109037
Submitted by: Piotr Rybicki <meritus at innervision.pl>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index f498b62d049b..d5f9b0780762 100644 --- a/www/Makefile +++ b/www/Makefile @@ -886,6 +886,7 @@ SUBDIR += pear-Text_Wiki SUBDIR += pear-UDDI SUBDIR += pecl-APC + SUBDIR += pecl-amfext SUBDIR += pecl-mnogosearch SUBDIR += pecl-pecl_http SUBDIR += pecl-tidy |