php-src/ext/mbstring/libmbfl
Christoph M. Becker 9004985273 Merge branch 'PHP-7.2'
* PHP-7.2:
  Fix #75944: Wrong cp1251 detection
2018-03-19 14:48:10 +01:00
..
filters Merge branch 'PHP-7.2' 2018-03-19 14:48:10 +01:00
mbfl fixes PR #2722, no clue how it broke ... 2017-09-06 11:13:27 +01:00
nls - Update the bundled libmbfl to the latest on upstream. 2010-03-12 04:55:37 +00:00
tests Trailing whitespaces 2018-01-03 14:38:00 +01:00
AUTHORS
buildconf
config.h.in - Update the bundled libmbfl to the latest on upstream. 2010-03-12 04:55:37 +00:00
config.h.w32 - Fix win32 build. (notified by Rob. Thanks) 2010-03-15 14:19:51 +00:00
configure.ac Use modern autotools name of configure.ac instead of configure.in 2017-01-27 06:07:40 +00:00
DISCLAIMER
INSTALL
LICENSE
Makefile.am - Update the bundled libmbfl to the latest on upstream. 2010-03-12 04:55:37 +00:00
NEWS Replaces php5 with php7, without whitespace changes. 2014-09-20 10:01:44 +02:00
README Update README information for the libmbfl library 2017-10-08 17:51:02 +02:00

This is libmbfl, a streamable multibyte character code filter and converter
library.

The original version of libmbfl is developed and distributed at
https://github.com/moriyoshi/libmbfl under the LGPL 2.1 license.

The libmbfl library is bundled with PHP as a fork of the original repository and
is not in sync with the upstream at https://github.com/moriyoshi/libmbfl. As such,
the libmbfl directory is directly modified in the php-src repository.

See LICENSE and DISCLAIMER for licensing information.

See INSTALL for building and installation instructions.