Re: [PHP-DEV] mbstring unused internal functions

2019-01-24 Thread Nikita Popov
On Thu, Jan 24, 2019 at 4:17 PM Legale Legage wrote: > Haven't checked php_mbregex.c > > This one is defined in mbstring.h but not exists in mbstring.c: > php_mb_check_encoding_list() > Thanks, dropped in https://github.com/php/php-src/commit/24085b187a7505aacb5bd76372f156656dd3 . > These

Re: [PHP-DEV] mbstring unused internal functions

2019-01-24 Thread Nikita Popov
On Thu, Jan 24, 2019 at 12:21 PM Legale Legage wrote: > Hello. > > Looking through the source code of the mbstring.c file I found a lot > of unused internal functions. It seems that this is just a bunch of > old junk. > > Examples: > > MBSTRING_API size_t php_mb_mbchar_bytes_ex(const char *s, con