mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Document missing mbregex config options
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344615 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
049bcd5a1f
commit
7fe8548cfe
1 changed files with 14 additions and 0 deletions
|
@ -33,6 +33,20 @@
|
|||
<option role="configure">--disable-mbregex</option>: Disable
|
||||
regular expression functions with multibyte character support.
|
||||
</para>
|
||||
<para>
|
||||
<productname>Oniguruma</productname> is necessary for the regular
|
||||
expression functions with multibyte character support.
|
||||
<productname>Oniguruma</productname> is bundled with
|
||||
<literal>mbstring</literal>. As of PHP 5.4.0, if
|
||||
<productname>Oniguruma</productname> is already installed on the system,
|
||||
<option role="configure">--with-onig[=DIR]</option> can be specified to
|
||||
use the installed library.
|
||||
</para>
|
||||
<para>
|
||||
As of PHP 5.4.0 it is possible to disable the multibyte regex backtrack
|
||||
check by specifying <option
|
||||
role="configure">--disable-mbregex-backtrack</option>.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue