aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/en/user/installation.rst
diff options
context:
space:
mode:
authorZayon <pablo.godinez@zayon.eu>2016-10-03 23:21:35 +0200
committerZayon <pablo.godinez@zayon.eu>2016-10-03 23:29:21 +0200
commitf7265b4b9dbe93b928874d6ec827cfbc27dffbb2 (patch)
tree9abfc9d3ce87b62be83540756e7b16ce665d1212 /docs/en/user/installation.rst
parenta3cc0dd0bfedf8d77c232eb38e8781b3cf38a048 (diff)
downloadwallabag-f7265b4b9dbe93b928874d6ec827cfbc27dffbb2.tar.gz
wallabag-f7265b4b9dbe93b928874d6ec827cfbc27dffbb2.tar.zst
wallabag-f7265b4b9dbe93b928874d6ec827cfbc27dffbb2.zip
Add php-bcmath extension to requirements
Fix issue #2342
Diffstat (limited to 'docs/en/user/installation.rst')
-rw-r--r--docs/en/user/installation.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/en/user/installation.rst b/docs/en/user/installation.rst
index 82fa6f4e..8a26a376 100644
--- a/docs/en/user/installation.rst
+++ b/docs/en/user/installation.rst
@@ -22,6 +22,7 @@ You'll need the following extensions for wallabag to work. Some of these may alr
22- php-curl 22- php-curl
23- php-gettext 23- php-gettext
24- php-tokenizer 24- php-tokenizer
25- php-bcmath
25 26
26wallabag uses PDO to connect to the database, so you'll need one of the following: 27wallabag uses PDO to connect to the database, so you'll need one of the following:
27 28