From b769c20540141b68b2aa74ef08ff77e051c379c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 3 Sep 2017 21:41:29 +0200 Subject: [PATCH] core: add PHP in README --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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