diff --git a/reference/mbstring/configure.xml b/reference/mbstring/configure.xml index 80e96048fb..9e7f8f6cbc 100644 --- a/reference/mbstring/configure.xml +++ b/reference/mbstring/configure.xml @@ -23,7 +23,7 @@ libmbfl is necessary for mbstring. libmbfl is bundled with mbstring. - Before PHP 7.3.0, if libmbfl is already installed on the system, + Prior to PHP 7.3.0, if libmbfl is already installed on the system, can be specified to use the installed library. @@ -36,16 +36,13 @@ 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 7.4.0 has been removed - and pkg-config is now used to detect the libonig library. + As of PHP 7.4.0, pkg-config is used to detect the libonig library. + Prior to PHP 7.4.0, Oniguruma was bundled with + mbstring, but it was possible to build against an already + installed libonig by passing . - As of PHP 5.4.0 it is possible to disable the multibyte regex backtrack + It is possible to disable the multibyte regex backtrack check by specifying .