Skip to content

Commit

Permalink
- Upgraded library to version 4.5
Browse files Browse the repository at this point in the history
- Define NO_RECURSE to avoid stack problems.
- Moved contents of RINIT hook to MINIT and removed RINIT.
- Removed a couple of extraneous files.
  • Loading branch information
Andrei Zmievski committed Dec 16, 2003
1 parent fad2d02 commit b28c678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/pcre/config0.m4
Expand Up @@ -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 -DPOSIX_MALLOC_THRESHOLD=10)
PHP_NEW_EXTENSION(pcre, php_pcre.c, $ext_shared,,-DSUPPORT_UTF8 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DNO_RECURSE)
fi
PHP_SUBST(PCRE_SHARED_LIBADD)
fi

0 comments on commit b28c678

Please sign in to comment.