How do I install the amf extension in PHP 5 using Ubuntu 8.10?

I am trying to figure out how to install the amf extension in Ubuntu 8.10 for amf flash to work.

I cannot find a good tutorial on google.

Thanks:)

0


a source to share


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







All Articles