summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2002-07-17 00:11:32 +0000
committerYasuo Ohgaki <yohgaki@php.net>2002-07-17 00:11:32 +0000
commitdc794edb1a74219fbfb15f0d2ad634ee6a68cdb7 (patch)
tree184cf7bef97b82e049107df6e389c754d433366d /ext
parentccc04b70968580ce81f45d39d54c602cf4863050 (diff)
downloadphp-git-dc794edb1a74219fbfb15f0d2ad634ee6a68cdb7.tar.gz
Disable input encoding tranlation by default.
Diffstat (limited to 'ext')
-rw-r--r--ext/mbstring/config.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mbstring/config.m4 b/ext/mbstring/config.m4
index ee4aa26801..e65612cd5d 100644
--- a/ext/mbstring/config.m4
+++ b/ext/mbstring/config.m4
@@ -3,10 +3,10 @@ dnl $Id$
dnl
PHP_ARG_ENABLE(mbstr_enc_trans, whether to enable encoding translation,
-[ --disable-mbstr-enc-trans Disable encoding translation], yes)
+[ --enable-mbstr-enc-trans Enable input encoding translation], no)
PHP_ARG_ENABLE(mbregex, whether to enable multibyte regex support,
-[ --disable-mbregex Disable multibyte regex support], yes)
+[ --disable-mbregex Disable multibyte regex support], yes)
PHP_ARG_ENABLE(mbstring, whether to enable multibyte string support,
[ --disable-mbstring Disable multibyte string support], yes)