doc: use <PHP_VERSION>, fix php.ini path
Co-Authored-By: Aurélien Tamisier <virtualtam+github@flibidi.net>
This commit is contained in:
parent
273453900a
commit
dbbcb0c6cf
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ $ aptitude install php-xdebug
|
||||||
$ pacman -S 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
|
```ini
|
||||||
zend_extension=xdebug.so
|
zend_extension=xdebug.so
|
||||||
|
|
Loading…
Reference in a new issue