- 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 2.0 module is missing the following functions: apachelog, apache_note, apache_setenv, apache_child_terminate. - and the PHP_MINFO_FUNCTION() doesn't do anything in the 2.0 module. i can work on these, unless there are reasons not to support them? -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]