From 6bb7e44b7b891b496c4e51b25c53aae7ad219bd1 Mon Sep 17 00:00:00 2001 From: miwi Date: Sun, 11 Feb 2007 23:44:19 +0000 Subject: 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 --- www/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'www/Makefile') 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 -- cgit