php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #22710 an unknown filter was not added: PHP
Submitted: 2003-03-14 13:50 UTC Modified: 2003-03-17 07:53 UTC
From: intruderkillers at yahoo dot com dot br Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 4.3.2RC1 OS: RedHat 8.0
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: intruderkillers at yahoo dot com dot br
New email:
PHP Version: OS:

 

 [2003-03-14 13:50 UTC] intruderkillers at yahoo dot com dot br
When I load any php page i`m getting this error in Apache/2.0.44 with 4.3.2RC1:

an unknown filter was not added: PHP

Best Regards,
Luiz

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-03-14 19:24 UTC] sniper@php.net
Your httpd.conf is wrong. Please read the install
instructions from http://www.php.net/manual/en/install.apache2.php


 [2003-03-16 21:15 UTC] daniele at orlandi dot com
Same problem for me.

Just upgraded from 4.3.0 to 4.3.2RC2, nothing else changed.
 [2003-03-17 07:45 UTC] intruderkillers at yahoo dot com dot br
It was a wrong configuration of my apache... I've put this in my conf:
<Files *.php>
  SetOutputFilter PHP
  SetInputFilter PHP
</Files>

This was causing this unknown filter...

Problem solved !

Thanks
 [2003-03-17 07:46 UTC] intruderkillers at yahoo dot com dot br
Solved !
 [2003-03-17 07:53 UTC] sniper@php.net
As it isn't a bug in PHP that was fixed but an user config error -> bogus.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri May 09 12:01:28 2025 UTC