One day, I found a
site about
Ming, a SWF output library and PHP
module. Somehow, it attracted me, and gave me a
driving force to try it immediately. I tried to read quickly to
find things I'd be able to download. I downloaded the source
code, the examples, and the precompiled PHP module.
When I don't have extra time, sometimes I think, "why compile
it myself if someone else has compiled it for me?" Therefore, I
fetched the compressed file, uncompressed it into a server
running Debian GNU/Linux 2.2.
According to the installation howto, what I'd need to do was
just download the PHP module and put the uncompressed
php_ming.so to PHP module directory. PHP module directory?
Where is it? Aha, simply run php-config
--extension-dir. "Piece of cake", I thought.