summaryrefslogtreecommitdiff
path: root/src/plugins/php/weechat-php.stub.php
AgeCommit message (Collapse)Author
2023-03-16core: add configuration version, add API function config_set_versionSébastien Helleu
2022-09-27api: add function string_parse_sizeSébastien Helleu
2022-06-30php: Add stubs and generate arginfo for PHP APIAdam Saponara
This was preventing the PHP plugin from working if PHP was compiled with `--enable-debug`. With this patch, `--enable-debug` builds of PHP should work.
2022-03-13api: add function buffer_new_props (closes #1759)Sébastien Helleu
2022-01-30core: add support of date and tags in messages displayed in buffers with ↵Sébastien Helleu
free content, add function printf_y_date_tags (closes #1746)
2021-08-08php: fix PHP 8+ buildAdam Saponara