summaryrefslogtreecommitdiff
path: root/ext/filter
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2010-12-13 18:43:10 +0000
committerPierre Joye <pajoye@php.net>2010-12-13 18:43:10 +0000
commitaea6771d1993cc6ea75e3dd75cfc54fb268dfaf0 (patch)
tree5149984f299d108d8d5a3c437156ab99b22aca57 /ext/filter
parent4ee6b4dfbbbaec874598136c7355072504cb6fe8 (diff)
downloadphp-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/filter')
-rw-r--r--ext/filter/config.w321
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/filter/config.w32 b/ext/filter/config.w32
index 083555a4c7..b74f3a2fd0 100644
--- a/ext/filter/config.w32
+++ b/ext/filter/config.w32
@@ -5,4 +5,5 @@ ARG_ENABLE("filter", "Filter Support", "yes");
if (PHP_FILTER == "yes") {
EXTENSION("filter", "filter.c sanitizing_filters.c logical_filters.c callback_filter.c");
+ PHP_INSTALL_HEADERS("ext/filter", "php_filter.h");
}