summaryrefslogtreecommitdiff
path: root/ext/pcre/config.w32
diff options
context:
space:
mode:
authorNuno Lopes <nlopess@php.net>2007-05-07 15:22:10 +0000
committerNuno Lopes <nlopess@php.net>2007-05-07 15:22:10 +0000
commitdc4118e154b4067772ed8340561d10ec3c8686da (patch)
treefa1375f28ef2db583f5feb0d9ae44765fe99241c /ext/pcre/config.w32
parentca1a485d6505a6a7a8bd0d9c6c1005a23e14be80 (diff)
downloadphp-git-dc4118e154b4067772ed8340561d10ec3c8686da.tar.gz
update bundled PCRE to version 7.2 RC1. if everything goes right, this will be merged later to php 5.x
Diffstat (limited to 'ext/pcre/config.w32')
-rw-r--r--ext/pcre/config.w322
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcre/config.w32 b/ext/pcre/config.w32
index 110fb2a7f9..b52aa71236 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,
- "-DEXPORT= -DNEWLINE=10 -DSUPPORT_UTF8 -DSUPPORT_UCP -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DMATCH_LIMIT=10000000 -DMATCH_LIMIT_RECURSION=10000000 -DMAX_NAME_SIZE=32 -DMAX_NAME_COUNT=10000 -DMAX_DUPLENGTH=30000 -DEBCDIC=0 -DNO_RECURSE -Iext/pcre/pcrelib");
+ "-DNO_RECURSE -Iext/pcre/pcrelib");
ADD_SOURCES("ext/pcre/pcrelib", "pcre_chartables.c pcre_ucp_searchfuncs.c pcre_compile.c pcre_config.c pcre_exec.c pcre_fullinfo.c pcre_get.c pcre_globals.c pcre_info.c pcre_maketables.c pcre_newline.c pcre_ord2utf8.c pcre_refcount.c pcre_study.c pcre_tables.c pcre_try_flipped.c pcre_valid_utf8.c pcre_version.c pcre_xclass.c", "pcre");
ADD_DEF_FILE("ext\\pcre\\php_pcre.def");