Normally we discuss this and come to a conclusion before we do such
things here. I did such a thing once myself and wow that was NOT good!

The votings so far:

enabled: Wez, Marcus, Maxim, Rui, Moriyoshi, Yasuo
not enabled Jani, Derick, Ilia, Mike, James
The following didn't make their meaning clear: Dan, Andrei, Thies

marcus

At 05:36 13.11.2002, Andrei Zmievski wrote:
andrei          Tue Nov 12 23:36:04 2002 EDT

  Modified files:
    /php4/ext/mbstring  config.m4
  Log:
  Disable mbstring by default.


Index: php4/ext/mbstring/config.m4
diff -u php4/ext/mbstring/config.m4:1.27 php4/ext/mbstring/config.m4:1.28
--- php4/ext/mbstring/config.m4:1.27    Thu Oct 10 12:57:52 2002
+++ php4/ext/mbstring/config.m4 Tue Nov 12 23:36:04 2002
@@ -1,9 +1,9 @@
 dnl
-dnl $Id: config.m4,v 1.27 2002/10/10 16:57:52 moriyoshi Exp $
+dnl $Id: config.m4,v 1.28 2002/11/13 04:36:04 andrei Exp $
 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 @@


 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])



--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to