&reftitle.install;
mbstring is a non-default extension. This means it
is not enabled by default. You must explicitly enable the module with
the configure option. See the
Install section for details.
The following configure options are related to the
mbstring module.
: Enable
mbstring functions. This option is
required to use mbstring functions.
libmbfl is necesarry for mbstring.
libmbfl is bundled with mbstring.
If libmbfl is already installed on the system,
can be specified to use
the installed library.
As of PHP 4.3.0, mbstring extension provides
enhanced support for Simplified Chinese, Traditional Chinese,
Korean, and Russian in addition to Japanese.
For PHP 4.3.3 or before,
To enable that feature, you will have to supply either one of the
following options to the LANG parameter
of ;
for Simplified Chinese support,
for Traditional Chinese support,
for Korean support,
for Russian support, and
for Japanese support (default).
To enable all supported encoding, use .
As of PHP 4.3.4,
all supported encoding by libmbfl is enabled
with .
:
Enable HTTP input character encoding conversion using
mbstring conversion engine. If this
feature is enabled, HTTP input character encoding may be
converted to mbstring.internal_encoding
automatically.
As of PHP 4.3.0, the option
was eliminated and replaced with the runtime setting
mbstring.encoding_translation.
HTTP input character encoding conversion is enabled
when this is set to On
(the default is Off).
: Disable
regular expression functions with multibyte character support.