From: Peter Kokot Date: Sun, 8 Oct 2017 15:29:46 +0000 (+0200) Subject: Update README information for the libmbfl library X-Git-Tag: php-7.3.0alpha1~1312 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3ed3bc3a0ca6bef68df0b879f8b8bddc200fcb25;p=php Update README information for the libmbfl library The libmbfl library is bundled with PHP and has its own repository for development and bug fixes. To avoid confusion and faster development the README has been updated to include the information of the original library and to use the bundled library as a fork of the upstream repository instead. --- diff --git a/ext/mbstring/libmbfl/README b/ext/mbstring/libmbfl/README index 5a3255560e..ecf1a5b8f9 100644 --- a/ext/mbstring/libmbfl/README +++ b/ext/mbstring/libmbfl/README @@ -1,8 +1,13 @@ -This is Libmbfl, a streamable multibyte character code filter and -converter library. +This is libmbfl, a streamable multibyte character code filter and converter +library. -See LICENSE and DISCLAIMER for licensing information. +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 the file INSTALL for building and installation instructions. +See LICENSE and DISCLAIMER for licensing information. -# $Id$ +See INSTALL for building and installation instructions.