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:
Christoph Michael Becker 2018-04-04 12:53:10 +00:00
parent 049bcd5a1f
commit 7fe8548cfe

View file

@ -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>