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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 19:01:29 2024 UTC