Skip to content

Commit b28c678

Browse files
author
Andrei Zmievski
committed
- Upgraded library to version 4.5
- Define NO_RECURSE to avoid stack problems. - Moved contents of RINIT hook to MINIT and removed RINIT. - Removed a couple of extraneous files.
1 parent fad2d02 commit b28c678

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 -DPOSIX_MALLOC_THRESHOLD=10)
53+
PHP_NEW_EXTENSION(pcre, php_pcre.c, $ext_shared,,-DSUPPORT_UTF8 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DNO_RECURSE)
5454
fi
5555
PHP_SUBST(PCRE_SHARED_LIBADD)
5656
fi

0 commit comments

Comments
 (0)