Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-16 | core: add configuration version, add API function config_set_version | Sébastien Helleu | |
2022-09-27 | api: add function string_parse_size | Sébastien Helleu | |
2022-06-30 | php: Add stubs and generate arginfo for PHP API | Adam 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-13 | api: add function buffer_new_props (closes #1759) | Sébastien Helleu | |
2022-01-30 | core: 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-08 | php: fix PHP 8+ build | Adam Saponara | |