mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
added configuration options for mbstring extension to install.xml.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@49514 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2dfad98019
commit
8ce6bd7593
1 changed files with 31 additions and 0 deletions
|
@ -1750,6 +1750,37 @@ $ php4-enable
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.enable-mbstr-enc-trans">
|
||||
<term>
|
||||
<parameter>--enable-mbstr-enc-trans</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
PHP 4: enable http input character automatic detection and
|
||||
translation for multi-byte character encodings.
|
||||
</para>
|
||||
<warning>
|
||||
<para>
|
||||
This switch is only available for PHP 4.0.6 or higher.
|
||||
</para>
|
||||
</warning>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.enable-mbstring">
|
||||
<term>
|
||||
<parameter>--enable-mbstring</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
PHP 4: enable multi-byte character encoding related functions.
|
||||
</para>
|
||||
<warning>
|
||||
<para>
|
||||
This switch is only available for PHP 4.0.6 or higher.
|
||||
</para>
|
||||
</warning>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.enable-memory-limit">
|
||||
<term>
|
||||
<parameter>--enable-memory-limit</parameter>
|
||||
|
|
Loading…
Reference in a new issue