Display information about your php install on the command line with the following:
echo “< ?php phpinfo(); ?>” | php | less
simple enough.
Edit: php -i does the same thing.
php -i |grep ffmpeg
php -i |less
Was this post helpful?
Let us know if you liked the post. That’s the only way we can improve.