diff options
Diffstat (limited to 'ext/pcre')
-rw-r--r-- | ext/pcre/config.w32 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pcre/config.w32 b/ext/pcre/config.w32 index 05b3abcd1a..5d6fa90594 100644 --- a/ext/pcre/config.w32 +++ b/ext/pcre/config.w32 @@ -9,3 +9,4 @@ ADD_DEF_FILE("ext\\pcre\\php_pcre.def"); AC_DEFINE('HAVE_BUNDLED_PCRE', 1, 'Using bundled PCRE library'); AC_DEFINE('HAVE_PCRE', 1, 'Have PCRE library'); PHP_PCRE="yes"; +PHP_INSTALL_HEADERS("ext/pcre", "php_pcre.h pcrelib/"); |