hirokawa Mon Oct 2 23:27:43 2006 UTC
Modified files:
/php-src/ext/mbstring config.m4
Log:
fixed --disable-mbregex to disable multibe-regex.
http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/config.m4?r1=1.63&r2=1.64&diff_format=u
Index: php-src/ext/mbstring/config.m4
diff -u php-src/ext/mbstring/config.m4:1.63 php-src/ext/mbstring/config.m4:1.64
--- php-src/ext/mbstring/config.m4:1.63 Mon Oct 2 15:32:48 2006
+++ php-src/ext/mbstring/config.m4 Mon Oct 2 23:27:43 2006
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.63 2006/10/02 15:32:48 hirokawa Exp $
+dnl $Id: config.m4,v 1.64 2006/10/02 23:27:43 hirokawa Exp $
dnl
AC_DEFUN([PHP_MBSTRING_ADD_SOURCES], [
@@ -271,7 +271,6 @@
if test "$PHP_MBSTRING" != "no"; then
AC_DEFINE([HAVE_MBSTRING],1,[whether to have multibyte string support])
- AC_DEFINE([HAVE_MBREGEX], 0,[whether to have multibyte regex support])
PHP_MBSTRING_ADD_BASE_SOURCES([mbstring.c php_unicode.c mb_gpc.c])
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php