summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2018-03-05 20:49:49 +0100
committerSébastien Helleu <flashcode@flashtux.org>2018-03-05 20:51:22 +0100
commit15723bccdf58e26c1d51a8e42dd4dae9b024aa6d (patch)
tree363ed3d90242b0e98262c91cf728cdd2e787bd31 /doc/en
parentc4b49508be9f86511ae12e05c6be901260f02b27 (diff)
downloadweechat-15723bccdf58e26c1d51a8e42dd4dae9b024aa6d.zip
doc: update dependencies for PHP plugin in user's guide (issue #1154)
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/weechat_user.en.adoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc
index 2885eaf14..1c4d252ed 100644
--- a/doc/en/weechat_user.en.adoc
+++ b/doc/en/weechat_user.en.adoc
@@ -116,8 +116,10 @@ compile WeeChat.
| tcl-dev | ≥ 8.5 | | Tcl plugin.
| guile-2.0-dev | ≥ 2.0 | | Guile (scheme) plugin.
| libv8-dev | ≤ 3.24.3 | | JavaScript plugin.
-| php7.1-dev, libphp7.1-embed | ≥ 7.0 | | PHP plugin.
+| php7.2-dev, libphp7.2-embed | ≥ 7.0 | | PHP plugin.
| libxml2-dev | | | PHP plugin.
+| libargon2-0-dev | | | PHP plugin (if PHP ≥ 7.2).
+| libsodium-dev | | | PHP plugin (if PHP ≥ 7.2).
| asciidoctor | ≥ 1.5.4 | | Build man page and documentation.
| libcpputest-dev | ≥ 3.4 | | Build and run tests.
|===