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 .
+