Skip to content

Commit 44658a1

Browse files
author
Andrei Zmievski
committed
Upgrading PCRE library to version 4.3
1 parent 65b6c42 commit 44658a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/pcre/config0.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ PHP_ARG_WITH(pcre-regex,for PCRE support,
1313

1414
if test "$PHP_PCRE_REGEX" != "no"; then
1515
if test "$PHP_PCRE_REGEX" = "yes"; then
16-
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)
16+
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)
1717
PHP_ADD_BUILD_DIR($ext_builddir/pcrelib)
1818
AC_DEFINE(HAVE_BUNDLED_PCRE, 1, [ ])
1919
else

0 commit comments

Comments
 (0)