diff options
author | Pierre Joye <pajoye@php.net> | 2010-12-13 18:43:10 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2010-12-13 18:43:10 +0000 |
commit | aea6771d1993cc6ea75e3dd75cfc54fb268dfaf0 (patch) | |
tree | 5149984f299d108d8d5a3c437156ab99b22aca57 /ext/pcre | |
parent | 4ee6b4dfbbbaec874598136c7355072504cb6fe8 (diff) | |
download | php-git-aea6771d1993cc6ea75e3dd75cfc54fb268dfaf0.tar.gz |
- add phpize support for windows, need a nmake install for now (nmake devel-pkg version is coming), works exactly the same as on unix, or should :)
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/"); |