Edit report at https://bugs.php.net/bug.php?id=62316&edit=1
ID: 62316 User updated by: digitalprecision at gmail dot com Reported by: digitalprecision at gmail dot com Summary: Add --enable-filter flag Status: Open Type: Feature/Change Request Package: Filter related Operating System: CentOS release 6.2 (Final) PHP Version: 5.3.13 Block user comment: N Private report: N New Comment: Kindly disregard. According to ./configure --help: --enable-FEATURE[=ARG] include FEATURE [ARG=yes], which means that I can pass --enable-filter, even though it's not explicitly available via the --help output. Previous Comments: ------------------------------------------------------------------------ [2012-06-13 18:15:52] digitalprecision at gmail dot com Description: ------------ According to filter installation page: "The filter extension is enabled by default as of PHP 5.2.0". The problem I am having is that my configure command passes the --disable-all parameter so I can control exactly which packages are available in a PHP install. So if I pass --disable-all, and the filter extension is enabled by default, and there is no --enable-filter flag, then I am unable to install the filter package. Output of configure --help: root@service1 /usr/local/src/php-5.3.13 # -> ./configure --help | ack -i filter --with-apxs2filter[=FILE] EXPERIMENTAL: Build shared Apache 2.0 Filter module. FILE is the optional --disable-filter Disable input filter support --with-pcre-dir FILTER: pcre install prefix Solution: To add an --enable-filter flag. ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=62316&edit=1