It works as intended for me with Apache2.2

The difference between the old, and the new, Is that the old one Assumes that 
rewrite does exist, and only returns false if it cant find it.
So in the past, if the function apache_get_modules() didnt exist, Then It'd 
assume that mod_rewrite was loaded.

However, the new code, Assumes its going to be false, if it cant find it in 
apache_get_modules() or in the phpinfo..

Also, Other platforms that have mod_rewrite availability may be affected by 
this change, IIS users have rewrite functions, And i think LightHttpd also 
supports apache mod_rewrite now, but doesnt call it that(AFAIK).

I'd suggest filtering the entire function to allow a plugin to hard-override 
that, Or supporting other web servers, Not everyone uses Apache; Some need 
higher performance that comes with LightHttpd, or like hosting as the same 
server as all their other stuff(IIS)

On Tue, 25 Mar 2008 09:53:34 +1100, Ryan Boren <[EMAIL PROTECTED]> wrote:
> It could be do to changeset 7441, although offhand it looks like it
> should behave equivalently to 2.3.
> 
> http://trac.wordpress.org/changeset/7441



_______________________________________________
wp-testers mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-testers

Reply via email to