How do I see the extensions loaded by PHP?

Running

php -m

will give you all the modules, and

php -i

will give you a lot more detailed information on what the current configuration.

Leave a Comment