1
0
Fork 0

Fix minor wording issues, refs #5170

pull/5202/merge
Jordi Boggiano 2016-04-11 14:32:34 +01:00
parent 603c8a9888
commit 5ae2deeee2
1 changed files with 2 additions and 2 deletions

View File

@ -205,10 +205,10 @@ echo 'function composer() { COMPOSER="$(which composer)" || { echo "Could not fi
On platforms without `php5enmod` and `php5dismod` you can run: On platforms without `php5enmod` and `php5dismod` you can run:
```sh ```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 ```sh
mkdir /usr/local/etc/php/7.0/conf.dis mkdir /usr/local/etc/php/7.0/conf.dis