From 5ae2deeee2dca807b4a0fb60c2dc97585f1a3d49 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Mon, 11 Apr 2016 14:32:34 +0100 Subject: [PATCH] Fix minor wording issues, refs #5170 --- doc/articles/troubleshooting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/articles/troubleshooting.md b/doc/articles/troubleshooting.md index 3fbaddb8a..75f281e79 100644 --- a/doc/articles/troubleshooting.md +++ b/doc/articles/troubleshooting.md @@ -205,10 +205,10 @@ echo 'function composer() { COMPOSER="$(which composer)" || { echo "Could not fi On platforms without `php5enmod` and `php5dismod` you can run: ```sh -php -i | grep php.ini +php --ini ``` -To check where the PHP configuration is, and then run use a similar script: +To check where the PHP configuration is, and then use a similar script: ```sh mkdir /usr/local/etc/php/7.0/conf.dis