diff options
author | nodiscc <nodiscc@gmail.com> | 2020-03-09 17:44:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-09 17:44:12 +0000 |
commit | dbbcb0c6cf5c4efc1fa25d7e4f768c72c6eb156e (patch) | |
tree | 2297284743fc8fa7c2cf577bea8eb0d885ef00ec | |
parent | 273453900afd7d118c0a369971f6c1fdbdd4f51d (diff) | |
download | Shaarli-dbbcb0c6cf5c4efc1fa25d7e4f768c72c6eb156e.tar.gz Shaarli-dbbcb0c6cf5c4efc1fa25d7e4f768c72c6eb156e.tar.zst Shaarli-dbbcb0c6cf5c4efc1fa25d7e4f768c72c6eb156e.zip |
doc: use <PHP_VERSION>, fix php.ini path
Co-Authored-By: Aurélien Tamisier <virtualtam+github@flibidi.net>
-rw-r--r-- | doc/md/Unit-tests.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/md/Unit-tests.md b/doc/md/Unit-tests.md index 7eebf18e..91fd0526 100644 --- a/doc/md/Unit-tests.md +++ b/doc/md/Unit-tests.md | |||
@@ -30,7 +30,7 @@ $ aptitude install php-xdebug | |||
30 | $ pacman -S xdebug | 30 | $ pacman -S xdebug |
31 | ``` | 31 | ``` |
32 | 32 | ||
33 | Then add the following line to `/etc/php/php.ini`: | 33 | Then add the following line to `/etc/php/<PHP_VERSION>/cli/php.ini`: |
34 | 34 | ||
35 | ```ini | 35 | ```ini |
36 | zend_extension=xdebug.so | 36 | zend_extension=xdebug.so |