diff --git a/README.adoc b/README.adoc index 5eb9cb23f..03fe71d7f 100644 --- a/README.adoc +++ b/README.adoc @@ -25,7 +25,7 @@ Homepage: https://weechat.org/ * *Multi-protocols*: WeeChat is designed to support multiple protocols by plugins, like IRC. * *Standards-compliant*: the IRC plugin is compliant with RFCs 1459, 2810, 2811, 2812 and 2813. * *Small, fast and very light*: the core is and should stay as light and fast as possible. -* *Customizable and extensible*: there are a lot of options to customize WeeChat, and it is extensible with C plugins and scripts (Perl, Python, Ruby, Lua, Tcl, Scheme and Javascript). +* *Customizable and extensible*: there are a lot of options to customize WeeChat, and it is extensible with C plugins and scripts (Perl, Python, Ruby, Lua, Tcl, Scheme, Javascript and PHP). * *Fully documented*: there is comprehensive documentation, which is translated into several languages. * *Developed from scratch*: WeeChat was built from scratch and is not based on any other client. * *Free software*: WeeChat is released under GPLv3. @@ -51,7 +51,7 @@ Following packages are optional: * for i18n: gettext * for SSL: gnutls, ca-certificates * for spell checking: aspell -* for scripting: python, perl, ruby, lua, tcl, guile, libv8 (javascript) +* for scripting: python, perl, ruby, lua, tcl, guile, libv8 (javascript), php * for building doc and man page: asciidoctor * for building tests: C++ compiler, CppUTest