diff options
Diffstat (limited to 'development/ming/README')
-rw-r--r-- | development/ming/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/development/ming/README b/development/ming/README index d45e0221bb713..9daf66ce43ee5 100644 --- a/development/ming/README +++ b/development/ming/README @@ -6,7 +6,7 @@ morphs), text, sprites (aka movie clips), buttons, and actions in flash movies, plus more. The goal for Ming is to abstract away all of the mundane specifics of the SWF file format. -This package contains the c++, perl, python, php and tcl-plugin. -To enable the php-plugin you have to add - extension=php_ming.so -to the appropriate place in /etc/httpd/php.ini +This builds the c++, perl, python, php and tcl-plugin. +To enable the php extension, go to /etc/php/ming.ini +and uncomment the line: + ; extension=ming.so |