Skip to content

Commit 82e63a0

Browse files
authored
Add pcre dependency as required to ext/filter (#15099)
This is configure phase dependency synced with already present Autotools pcre dependency check.
1 parent b0db5e7 commit 82e63a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/filter/config.w32

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ ARG_ENABLE("filter", "Filter Support", "yes");
44

55
if (PHP_FILTER == "yes") {
66
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');
78
PHP_INSTALL_HEADERS("ext/filter", "php_filter.h");
89
}

0 commit comments

Comments
 (0)