diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-09-03 14:40:59 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-09-03 15:34:29 +0200 |
commit | ef193107aa30a791944dc5f5a26933faf0a1ded9 (patch) | |
tree | 8563f8bafc758cda00446683526a386b0c5bc512 /doc/en/weechat_dev.en.adoc | |
parent | 8e41d3b6165ee2dfcc4a934e6ccd7cf1a7aeb501 (diff) | |
download | weechat-ef193107aa30a791944dc5f5a26933faf0a1ded9.zip |
doc: add PHP plugin in developer's guide
Diffstat (limited to 'doc/en/weechat_dev.en.adoc')
-rw-r--r-- | doc/en/weechat_dev.en.adoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/en/weechat_dev.en.adoc b/doc/en/weechat_dev.en.adoc index 4b4981936..5daeffd56 100644 --- a/doc/en/weechat_dev.en.adoc +++ b/doc/en/weechat_dev.en.adoc @@ -79,6 +79,7 @@ The main WeeChat directories are: | logger/ | Logger plugin (write messages displayed to files). | lua/ | Lua scripting API. | perl/ | Perl scripting API. +| php/ | PHP scripting API. | python/ | Python scripting API. | relay/ | Relay plugin (irc proxy + relay for remote interfaces). | ruby/ | Ruby scripting API. @@ -268,6 +269,9 @@ WeeChat "core" is located in following directories: | perl/ | Perl plugin. | weechat-perl.c | Main perl functions (load/unload scripts, execute perl code). | weechat-perl-api.c | Perl scripting API functions. +| php/ | PHP plugin. +| weechat-php.c | Main PHP functions (load/unload scripts, execute PHP code). +| weechat-php-api.c | PHP scripting API functions. | python/ | Python plugin. | weechat-python.c | Main python functions (load/unload scripts, execute python code). | weechat-python-api.c | Python scripting API functions. |