403Webshell
Server IP : 104.21.38.3  /  Your IP : 162.158.108.7
Web Server : Apache
System : Linux krdc-ubuntu-s-2vcpu-4gb-amd-blr1-01.localdomain 5.15.0-142-generic #152-Ubuntu SMP Mon May 19 10:54:31 UTC 2025 x86_64
User : www ( 1000)
PHP Version : 7.4.33
Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /www/server/php/82/src/ext/mbstring/libmbfl/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /www/server/php/82/src/ext/mbstring/libmbfl/README.md
# libmbfl

This is libmbfl, a streamable multibyte character code filter and converter
library, written by Shigeru Kanemoto.

The original version of libmbfl is developed and distributed at
https://github.com/moriyoshi/libmbfl under the LGPL 2.1 license. See the LICENSE
file for licensing information.

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

## Changelog

### October 2017

* Since 2017, it is forked and bundled in the php-src repository. For the list
  of changes related to PHP see the PHP NEWS change logs.

### Version 1.3.2 August 20, 2011

* Added JISX-0213:2004 based encoding : Shift_JIS-2004, EUC-JP-2004,
  ISO-2022-JP-2004 (rui).
* Added gb18030 encoding (rui).
* Added CP950 with user user defined area based on Big5 (rui).
* Added mapping for user defined character area to CP936 (rui).
* Added UTF-8-Mobile to support the pictogram characters defined by mobile phone
  carrier in Japan (rui).

### Version 1.3.1 August 5, 2011

* Added check for invalid/obsolete utf-8 encoding (rui).

### Version 1.3.0 August 1, 2011

* Added encoding conversion between Shift_JIS and Unicode (6.0 or PUA) for
  pictogram characters defined by mobile phone carrier in Japan (rui).

  [Detailed info](https://github.com/hirokawa/libmbfl/wiki/Introduction-to-libmbflhttps:--github.com-hirokawa-libmbfl-wiki-Introduction-to-libmbfl-_edit%23)

* Fixed encoding conversion of cp5022x for user defined area (rui).
* Added MacJapanese (SJIS-mac) for legacy encoding support (rui).
* Backport from PHP 5.2 (rui).

### Version 1.1.0 March 02, 2010

* Added cp5022x encoding (moriyoshi)
* Added ISO-2022-JP-MS (moriyoshi)
* Moved to github.com from sourceforge.jp (moriyoshi)

### Earlier versions

* 1998/11/10 sgk implementation in C++
* Rewriting with sgk C 1999/4/25.
* 1999/4/26 Implemented sgk input filter. Add filter while estimating kanji
  code.
* 1999/6 Unicode support.
* 1999/6/22 Changed sgk license to LGPL.

## Credits

Marcus Boerger <[email protected]>
Hayk Chamyan <[email protected]>
Wez Furlong <[email protected]>
Rui Hirokawa <[email protected]>
Shigeru Kanemoto <[email protected]>
U. Kenkichi <[email protected]>
Moriyoshi Koizumi <[email protected]>
Hironori Sato <[email protected]>
Tsukada Takuya <[email protected]>
Tateyama <[email protected]>
Den V. Tsopa <[email protected]>
Maksym Veremeyenko <[email protected]>
Haluk AKIN <[email protected]>

Youez - 2016 - github.com/yon3zu
LinuXploit