diff options
-rw-r--r-- | ext/mbstring/config.w32 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mbstring/config.w32 b/ext/mbstring/config.w32 index d66511706c..00cba50d0b 100644 --- a/ext/mbstring/config.w32 +++ b/ext/mbstring/config.w32 @@ -55,6 +55,7 @@ if (PHP_MBSTRING == "yes") { if (PHP_MBREGEX != "no") { AC_DEFINE('HAVE_STDARG_PROTOTYPES', 1, 'have stdarg.h'); AC_DEFINE('HAVE_MBREGEX', 1); + AC_DEFINE('HAVE_ONIG', 1); if (PHP_MBREGEX_BACKTRACK != "no") { AC_DEFINE('USE_COMBINATION_EXPLOSION_CHECK', 1); } |