diff options
author | Zayon <pablo.godinez@zayon.eu> | 2016-10-03 23:21:35 +0200 |
---|---|---|
committer | Zayon <pablo.godinez@zayon.eu> | 2016-10-03 23:29:21 +0200 |
commit | f7265b4b9dbe93b928874d6ec827cfbc27dffbb2 (patch) | |
tree | 9abfc9d3ce87b62be83540756e7b16ce665d1212 /docs/en | |
parent | a3cc0dd0bfedf8d77c232eb38e8781b3cf38a048 (diff) | |
download | wallabag-f7265b4b9dbe93b928874d6ec827cfbc27dffbb2.tar.gz wallabag-f7265b4b9dbe93b928874d6ec827cfbc27dffbb2.tar.zst wallabag-f7265b4b9dbe93b928874d6ec827cfbc27dffbb2.zip |
Add php-bcmath extension to requirements
Fix issue #2342
Diffstat (limited to 'docs/en')
-rw-r--r-- | docs/en/user/installation.rst | 1 |
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 | ||
26 | wallabag uses PDO to connect to the database, so you'll need one of the following: | 27 | wallabag uses PDO to connect to the database, so you'll need one of the following: |
27 | 28 | ||