doc: use <PHP_VERSION>, fix php.ini path

Co-Authored-By: Aurélien Tamisier <virtualtam+github@flibidi.net>
This commit is contained in:
nodiscc 2020-03-09 17:44:12 +00:00 committed by GitHub
parent 273453900a
commit dbbcb0c6cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ $ aptitude install php-xdebug
$ pacman -S xdebug
```
Then add the following line to `/etc/php/php.ini`:
Then add the following line to `/etc/php/<PHP_VERSION>/cli/php.ini`:
```ini
zend_extension=xdebug.so