ID: 24339
User updated by: eng at anrdaemon dot mtu-net dot ru
Reported By: eng at anrdaemon dot mtu-net dot ru
-Status: Bogus
+Status: Open
Bug Type: Apache2 related
Operating System: Windows XP
PHP Version: 4.3.2
New Comment:

RTFM [url]http://httpd.apache.org/docs-2.1/filter.html[/url]

Key words: "run-time configuration directives"
I can't use AddType in .htaccess files.


Previous Comments:
------------------------------------------------------------------------

[2003-06-25 18:05:18] [email]sniper@php.net[/email]

RTFM:

[url]http://www.php.net/manual/en/install.apache2.php[/url]

------------------------------------------------------------------------

[2003-06-25 16:41:35] eng at anrdaemon dot mtu-net dot ru

Description:
------------
When I installing a 4.3.2 release version after 4.3.1, all of my pages
sent to the users as stored - no PHP processing done at all.
When I change configuration from

AddInputFilter PHP .php
AddOutputFilter PHP;INCLUDES .php

to

AddType application/x-httpd-php .php .php4

all pages works well, but this trick is NOT usable to me.
4.3.1 works well...
4.3.3RC1 works same as 4.3.2.



------------------------------------------------------------------------


--
Edit this bug report at [url]http://bugs.php.net/?id=24339&edit=1[/url]