summaryrefslogtreecommitdiff
path: root/src/plugins/php
AgeCommit message (Collapse)Author
2017-09-17php: fix compiler warning for PHP >=7.1Adam Saponara
2017-09-17php: fix crash in API function string_eval_expressionSébastien Helleu
2017-09-10php: fix function plugin_get_nameSébastien Helleu
2017-09-09php: fix arguments of hook_command callbackSébastien Helleu
2017-09-07php: rename print functionsSébastien Helleu
Rename: - printf to print - printf_date_tags to print_date_tags - printf_y to print_y - log_printf to log_print
2017-09-07php: check that script is registered in API functions, add macros to return ↵Sébastien Helleu
values
2017-09-06php: rename API callback functionsSébastien Helleu
2017-09-06php: add missing functions current_buffer and current_windowSébastien Helleu
2017-09-06php: move macro API_FUNC_INIT, aggregate declaration of variablesSébastien Helleu
2017-09-04php: remove empty lineSébastien Helleu
2017-09-04php: sort functions by topic, remove unused API functions, fix compiler warningSébastien Helleu
Functions removed (not in scripting API): - weechat_string_replace - weechat_hdata_get_var - weechat_hdata_get_var_type
2017-09-03php: add comments in codeSébastien Helleu
2017-09-03php: add function "hdata_compare"Sébastien Helleu
2017-09-03php: add "PLUGIN" in headersSébastien Helleu
2017-09-03php: new php pluginAdam Saponara
This plugin requires PHP >= 7.0.