From: Michael Wallner Date: Thu, 1 Dec 2005 20:07:01 +0000 (+0000) Subject: - ext/filter will need those exports X-Git-Tag: RELEASE_1_1_1~87 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9bae4e12e4d658fc523cf6b8d1c2e5325dd1a7c5;p=php - ext/filter will need those exports # php_compat.h still prevents linking --- diff --git a/ext/pcre/config.w32 b/ext/pcre/config.w32 index 1b37bbe093..ff8c5b720d 100644 --- a/ext/pcre/config.w32 +++ b/ext/pcre/config.w32 @@ -7,7 +7,8 @@ if (PHP_PCRE_REGEX == "yes") { EXTENSION("pcre", "php_pcre.c", PHP_PCRE_REGEX_SHARED, "-DEXPORT= -DNEWLINE=10 -DSUPPORT_UTF8 -DSUPPORT_UCP -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DMATCH_LIMIT=10000000 -Iext/pcre/pcrelib -DNO_RECURSE"); ADD_SOURCES("ext/pcre/pcrelib", "pcre_chartables.c pcre_compile.c pcre_config.c pcre_dfa_exec.c pcre_exec.c pcre_fullinfo.c pcre_get.c pcre_globals.c pcre_info.c pcre_maketables.c pcre_ord2utf8.c pcre_printint.c pcre_refcount.c pcre_study.c pcre_tables.c pcre_try_flipped.c pcre_ucp_findchar.c pcre_valid_utf8.c pcre_version.c pcre_xclass.c", "pcre"); - + ADD_DEF_FILE("ext\\pcre\\pcrelib\\libpcre.def"); + AC_DEFINE('HAVE_BUNDLED_PCRE', 1, 'Using bundled PCRE library'); AC_DEFINE('HAVE_PCRE', 1, 'Have PCRE library'); }