aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2020-03-09 17:44:12 +0000
committerGitHub <noreply@github.com>2020-03-09 17:44:12 +0000
commitdbbcb0c6cf5c4efc1fa25d7e4f768c72c6eb156e (patch)
tree2297284743fc8fa7c2cf577bea8eb0d885ef00ec
parent273453900afd7d118c0a369971f6c1fdbdd4f51d (diff)
downloadShaarli-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.md2
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
33Then add the following line to `/etc/php/php.ini`: 33Then add the following line to `/etc/php/<PHP_VERSION>/cli/php.ini`:
34 34
35```ini 35```ini
36zend_extension=xdebug.so 36zend_extension=xdebug.so