|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2012-06-14 16:50 UTC] digitalprecision at gmail dot com
[2012-06-18 23:04 UTC] johannes@php.net
[2012-06-18 23:04 UTC] johannes@php.net
-Status: Open
+Status: Not a bug
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 01:00:01 2025 UTC |
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.