Re: [PHP-DEV] more 1.3 vs 2.0 differences

2001-12-05 Thread Andi Gutmans
I think it's fine if you work on these as the Apache 2 module is still experimental and it makes sense to keep the same interface as the 1.3 module where possible. Andi At 05:53 PM 12/5/2001 -0800, Doug MacEachern wrote: >- apache_lookup_uri with the apache 2.0 module returns an array rather >

[PHP-DEV] more 1.3 vs 2.0 differences

2001-12-05 Thread Doug MacEachern
- apache_lookup_uri with the apache 2.0 module returns an array rather than a class. any objections to making it behave the the 1.3 based module? - the 2.0 getallheaders lets the authorization header through whereas 1.3 does: PG(safe_mode) && !strncasecmp(tenv[i].key, "authorization", 13) - the