]> granicus.if.org Git - php/commit
Directly use encodings instead of no_encoding in libmbfl
authorNikita Popov <nikita.ppv@gmail.com>
Thu, 20 Jul 2017 17:35:48 +0000 (19:35 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Thu, 20 Jul 2017 19:41:52 +0000 (21:41 +0200)
commitb3c1d9d1118438a3dae3544447db2b39ca5cfa25
treeb7b213300905881fb7a11cca0e79d3c1f89ffc65
parent2e75f84414d98756e527d9bf5829f47f9c520198
Directly use encodings instead of no_encoding in libmbfl

In particular strings now store encoding rather than the
no_encoding.

I've also pruned out libmbfl APIs that existed in two forms, one
using no_encoding and the other using encoding. We were not actually
using any of the former.
ext/mbstring/libmbfl/mbfl/mbfilter.c
ext/mbstring/libmbfl/mbfl/mbfilter.h
ext/mbstring/libmbfl/mbfl/mbfl_convert.c
ext/mbstring/libmbfl/mbfl/mbfl_convert.h
ext/mbstring/libmbfl/mbfl/mbfl_string.c
ext/mbstring/libmbfl/mbfl/mbfl_string.h
ext/mbstring/mb_gpc.c
ext/mbstring/mbstring.c
ext/mbstring/php_unicode.c