From 7fe8548cfea516a5587267f9a06aa19ff46c93b5 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Wed, 4 Apr 2018 12:53:10 +0000 Subject: [PATCH] Document missing mbregex config options git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344615 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mbstring/configure.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/reference/mbstring/configure.xml b/reference/mbstring/configure.xml index 524b358ea2..df03406eb2 100644 --- a/reference/mbstring/configure.xml +++ b/reference/mbstring/configure.xml @@ -33,6 +33,20 @@ : Disable regular expression functions with multibyte character support. + + Oniguruma is necessary for the regular + expression functions with multibyte character support. + Oniguruma is bundled with + mbstring. As of PHP 5.4.0, if + Oniguruma is already installed on the system, + can be specified to + use the installed library. + + + As of PHP 5.4.0 it is possible to disable the multibyte regex backtrack + check by specifying . +