Skip to content

Commit fad2d02

Browse files
author
Andrei Zmievski
committed
- 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.
1 parent 44658a1 commit fad2d02

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
@@ -50,7 +50,7 @@ if test "$PHP_PCRE_REGEX" != "no"; then
5050

5151
AC_DEFINE(HAVE_PCRE, 1, [ ])
5252
PHP_ADD_INCLUDE($PCRE_INCDIR)
53-
PHP_NEW_EXTENSION(pcre, php_pcre.c, $ext_shared,,-DSUPPORT_UTF8 -DLINK_SIZE=2)
53+
PHP_NEW_EXTENSION(pcre, php_pcre.c, $ext_shared,,-DSUPPORT_UTF8 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10)
5454
fi
5555
PHP_SUBST(PCRE_SHARED_LIBADD)
5656
fi

0 commit comments

Comments
 (0)