From: digitalprecision at gmail dot com Operating system: CentOS release 6.2 (Final) PHP version: 5.3.13 Package: Filter related Bug Type: Feature/Change Request Bug description:Add --enable-filter flag
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 bug report at https://bugs.php.net/bug.php?id=62316&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=62316&r=trysnapshot54 Try a snapshot (PHP 5.3): https://bugs.php.net/fix.php?id=62316&r=trysnapshot53 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=62316&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=62316&r=fixed Fixed in SVN and need be documented: https://bugs.php.net/fix.php?id=62316&r=needdocs Fixed in release: https://bugs.php.net/fix.php?id=62316&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=62316&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=62316&r=needscript Try newer version: https://bugs.php.net/fix.php?id=62316&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=62316&r=support Expected behavior: https://bugs.php.net/fix.php?id=62316&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=62316&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=62316&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=62316&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=62316&r=php4 Daylight Savings: https://bugs.php.net/fix.php?id=62316&r=dst IIS Stability: https://bugs.php.net/fix.php?id=62316&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=62316&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=62316&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=62316&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=62316&r=mysqlcfg