From: Sebastian Bergmann Date: Sat, 28 May 2005 06:38:48 +0000 (+0000) Subject: MFH: Sync with config.m4. X-Git-Tag: php-5.0.5RC1~234 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4939dff84e9bb9922311869b2ea6e82e988cc941;p=php MFH: Sync with config.m4. --- diff --git a/ext/pcre/config.w32 b/ext/pcre/config.w32 index 574fe196ef..03481e1d36 100644 --- a/ext/pcre/config.w32 +++ b/ext/pcre/config.w32 @@ -5,7 +5,7 @@ ARG_WITH("pcre-regex", "Perl Compatible Regular Expressions", "yes"); if (PHP_PCRE_REGEX == "yes") { EXTENSION("pcre", "php_pcre.c", PHP_PCRE_REGEX_SHARED, - "-DSUPPORT_UTF8 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -Iext/pcre/pcrelib -DNO_RECURSE"); + "-DSUPPORT_UTF8 -DSUPPORT_UCP -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DMATCH_LIMIT=10000000 -Iext/pcre/pcrelib -DNO_RECURSE"); ADD_SOURCES("ext/pcre/pcrelib", "maketables.c get.c study.c pcre.c", "pcre"); AC_DEFINE('HAVE_BUNDLED_PCRE', 1, 'Using bundled PCRE library');