diff --git a/pages/common/php.md b/pages/common/php.md index 9f2af8932d..7c1a5e1e72 100644 --- a/pages/common/php.md +++ b/pages/common/php.md @@ -26,3 +26,7 @@ - Get a list of installed PHP extensions: `php -m` + +- Display information about the current PHP configuration: + +`php -i`