From: Sebastian Bergmann Date: Sat, 28 May 2005 06:30:46 +0000 (+0000) Subject: Sync with config.m4 (missing MATCH_LIMIT broke the Win32 build). X-Git-Tag: php-5.0.1b1~151 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce1dfefd26f42b3b288874122f72fc07dd5a0331;p=php Sync with config.m4 (missing MATCH_LIMIT broke the Win32 build). --- 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');