summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2003-06-27 14:47:54 +0000
committerAndrei Zmievski <andrei@php.net>2003-06-27 14:47:54 +0000
commit44658a1b809cf5fdcd2ce72d5f3df2d98219f759 (patch)
treed223ae48b6fd6113d9ca7c4c82bc982e71a079b9
parent65b6c4254b3a68165244e98fe5143b473cac955e (diff)
downloadphp-git-44658a1b809cf5fdcd2ce72d5f3df2d98219f759.tar.gz
Upgrading PCRE library to version 4.3
-rw-r--r--ext/pcre/config0.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcre/config0.m4 b/ext/pcre/config0.m4
index 9e81ad2814..85c2957e71 100644
--- a/ext/pcre/config0.m4
+++ b/ext/pcre/config0.m4
@@ -13,7 +13,7 @@ PHP_ARG_WITH(pcre-regex,for PCRE support,
if test "$PHP_PCRE_REGEX" != "no"; then
if test "$PHP_PCRE_REGEX" = "yes"; then
- PHP_NEW_EXTENSION(pcre, pcrelib/maketables.c pcrelib/get.c pcrelib/study.c pcrelib/pcre.c php_pcre.c, $ext_shared,,-DSUPPORT_UTF8 -DLINK_SIZE=2 -I@ext_srcdir@/pcrelib)
+ PHP_NEW_EXTENSION(pcre, pcrelib/maketables.c pcrelib/get.c pcrelib/study.c pcrelib/pcre.c php_pcre.c, $ext_shared,,-DSUPPORT_UTF8 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -I@ext_srcdir@/pcrelib)
PHP_ADD_BUILD_DIR($ext_builddir/pcrelib)
AC_DEFINE(HAVE_BUNDLED_PCRE, 1, [ ])
else