From:             bugs at pointb dot co dot uk
Operating system: RedHat 7.3
PHP version:      4.3.2RC1
PHP Bug Type:     Apache2 related
Bug description:  Input/Output filters don't seem to work anymore :-(

Hi,

I have re-installed PHP as a DSO module on Apache 2.0.44 and I am unable
to use the new filter options. In v4.3.1 I could use the following:

<Files *.php>
       SetOutputFilter PHP
       SetInputFilter PHP
</Files>

<Files *.phps>
       SetOutputFilter PHP
       SetInputFilter PHP
</Files>

When I use this I am prompted to download the script and I get the
following in my error log:

[error] an unknown filter was not added: PHP

However if I use the older formatting with 4.3.2RC1 all works well:

AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps

Is this a bug, or have I missed some documentation that tells me this is
no longer included?

Thanks.
-- 
Edit bug report at http://bugs.php.net/?id=22881&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=22881&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=22881&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=22881&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=22881&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=22881&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=22881&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=22881&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=22881&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=22881&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=22881&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22881&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=22881&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=22881&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=22881&r=gnused

Reply via email to