From: Marcus Boerger Date: Sun, 25 Mar 2007 12:53:47 +0000 (+0000) Subject: - MFH Need to install headers X-Git-Tag: php-5.2.2RC1~95 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4e085083cd40f482480b7fb469af60ab842f5111;p=php - MFH Need to install headers --- diff --git a/ext/pcre/config0.m4 b/ext/pcre/config0.m4 index 24e1902a47..db864eb080 100644 --- a/ext/pcre/config0.m4 +++ b/ext/pcre/config0.m4 @@ -52,6 +52,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,,-DEXPORT= -DNEWLINE=10 -DSUPPORT_UTF8 -DSUPPORT_UCP -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DMATCH_LIMIT=10000000 -DMATCH_LIMIT_RECURSION=10000000 -DMAX_NAME_SIZE=32 -DMAX_NAME_COUNT=10000 -DMAX_DUPLENGTH=30000) + PHP_INSTALL_HEADERS([ext/pcre], [php_pcre.h]) PHP_SUBST(PCRE_SHARED_LIBADD) fi else