diff options
Diffstat (limited to 'src/plugins/php/weechat-php.c')
-rw-r--r-- | src/plugins/php/weechat-php.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/php/weechat-php.c b/src/plugins/php/weechat-php.c index 0d37a9f29..f84e49f4f 100644 --- a/src/plugins/php/weechat-php.c +++ b/src/plugins/php/weechat-php.c @@ -108,6 +108,7 @@ const zend_function_entry weechat_functions[] = { PHP_FE(weechat_ngettext, NULL) PHP_FE(weechat_strlen_screen, NULL) PHP_FE(weechat_string_match, NULL) + PHP_FE(weechat_string_match_list, NULL) PHP_FE(weechat_string_has_highlight, NULL) PHP_FE(weechat_string_has_highlight_regex, NULL) PHP_FE(weechat_string_mask_to_regex, NULL) |