We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0db5e7 commit 82e63a0Copy full SHA for 82e63a0
ext/filter/config.w32
@@ -4,5 +4,6 @@ ARG_ENABLE("filter", "Filter Support", "yes");
4
5
if (PHP_FILTER == "yes") {
6
EXTENSION("filter", "filter.c sanitizing_filters.c logical_filters.c callback_filter.c", PHP_FILTER_SHARED, "/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
7
+ ADD_EXTENSION_DEP('filter', 'pcre');
8
PHP_INSTALL_HEADERS("ext/filter", "php_filter.h");
9
}
0 commit comments