From: Andrei Zmievski Date: Wed, 13 Nov 2002 04:36:04 +0000 (+0000) Subject: Disable mbstring by default. X-Git-Tag: php-4.3.0RC1~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e87b45de44b3d1d82b9de87271d876f55c4de8c3;p=php Disable mbstring by default. --- diff --git a/ext/mbstring/config.m4 b/ext/mbstring/config.m4 index 838977f971..11d1656302 100644 --- a/ext/mbstring/config.m4 +++ b/ext/mbstring/config.m4 @@ -3,7 +3,7 @@ dnl $Id$ dnl PHP_ARG_ENABLE(mbstring, whether to enable multibyte string support, -[ --disable-mbstring Disable multibyte string support], yes) +[ --enable-mbstring Enable multibyte string support]) if test "$PHP_MBSTRING" != "no"; then AC_DEFINE(HAVE_MBSTRING,1,[whether to have multibyte string support]) @@ -36,7 +36,7 @@ fi PHP_ARG_ENABLE(mbregex, whether to enable multibyte regex support, -[ --disable-mbregex Disable multibyte regex support], yes, no) +[ --enable-mbregex Enable multibyte regex support], no, no) if test "$PHP_MBREGEX" != "no" ; then AC_DEFINE(HAVE_MBREGEX, 1, [whether to have multibyte regex support])