summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2003-06-29 00:08:29 +0000
committerAndrei Zmievski <andrei@php.net>2003-06-29 00:08:29 +0000
commitfad2d02b78bdeb0ad7ace4e73160f8b20bf8808d (patch)
tree3b9a2a0124bb5c4d0272b397568903603730ba8e
parent44658a1b809cf5fdcd2ce72d5f3df2d98219f759 (diff)
downloadphp-git-fad2d02b78bdeb0ad7ace4e73160f8b20bf8808d.tar.gz
- Added a new parameter to preg_match_* functions that can be used to
specify the offset to start matching from. - Added support for named subpatterns.
-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 85c2957e71..02e71bd25b 100644
--- a/ext/pcre/config0.m4
+++ b/ext/pcre/config0.m4
@@ -50,7 +50,7 @@ if test "$PHP_PCRE_REGEX" != "no"; then
AC_DEFINE(HAVE_PCRE, 1, [ ])
PHP_ADD_INCLUDE($PCRE_INCDIR)
- PHP_NEW_EXTENSION(pcre, php_pcre.c, $ext_shared,,-DSUPPORT_UTF8 -DLINK_SIZE=2)
+ PHP_NEW_EXTENSION(pcre, php_pcre.c, $ext_shared,,-DSUPPORT_UTF8 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10)
fi
PHP_SUBST(PCRE_SHARED_LIBADD)
fi