From 4df3260b89b68c99096afa87ccc8f261df8d5c37 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Thu, 29 Oct 2020 11:32:21 +0000 Subject: [PATCH] Fix #80293: oniguruma not bundled in mbstring extension per docs git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351034 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mbstring/configure.xml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) 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 .