How do I install the amf extension in PHP 5 using Ubuntu 8.10?
1 answer
Can't you use pecl? http://pecl.php.net/package/amfext where it is located. sudo pecl install amfext
should work, you may need to tell pecl to use the beta.
+2
a source to share