mirror of
https://github.com/php/php-src.git
synced 2026-03-26 01:02:25 +01:00
The $Id$ keywords were used in Subversion where they can be substituted with filename, last revision number change, last changed date, and last user who changed it. In Git this functionality is different and can be done with Git attribute ident. These need to be defined manually for each file in the .gitattributes file and are afterwards replaced with 40-character hexadecimal blob object name which is based only on the particular file contents. This patch simplifies handling of $Id$ keywords by removing them since they are not used anymore.
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.