From df868616aabe7e3bc401eec14cbcf77e5be3370c Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Tue, 20 Feb 2001 22:21:06 +0000 Subject: [PATCH] Enable UTF8 support (incomplete) by default. --- ext/pcre/config.m4 | 1 + ext/pcre/config0.m4 | 1 + 2 files changed, 2 insertions(+) diff --git a/ext/pcre/config.m4 b/ext/pcre/config.m4 index 89d2394143..b76fbea0df 100644 --- a/ext/pcre/config.m4 +++ b/ext/pcre/config.m4 @@ -16,6 +16,7 @@ if test "$PHP_PCRE_REGEX" != "no"; then PCRE_LIBADD=pcrelib/libpcre.la PCRE_SHARED_LIBADD=pcrelib/libpcre.la PCRE_SUBDIRS=pcrelib + CFLAGS="$CFLAGS -DSUPPORT_UTF8" PHP_SUBST(PCRE_LIBADD) PHP_SUBST(PCRE_SUBDIRS) AC_DEFINE(HAVE_BUNDLED_PCRE, 1, [ ]) diff --git a/ext/pcre/config0.m4 b/ext/pcre/config0.m4 index 89d2394143..b76fbea0df 100644 --- a/ext/pcre/config0.m4 +++ b/ext/pcre/config0.m4 @@ -16,6 +16,7 @@ if test "$PHP_PCRE_REGEX" != "no"; then PCRE_LIBADD=pcrelib/libpcre.la PCRE_SHARED_LIBADD=pcrelib/libpcre.la PCRE_SUBDIRS=pcrelib + CFLAGS="$CFLAGS -DSUPPORT_UTF8" PHP_SUBST(PCRE_LIBADD) PHP_SUBST(PCRE_SUBDIRS) AC_DEFINE(HAVE_BUNDLED_PCRE, 1, [ ]) -- 2.50.1