On Wednesday 01 August 2001 21:25, [EMAIL PROTECTED] wrote: > rbb 01/08/01 21:25:20 > > Modified: . CHANGES > include http_config.h http_core.h http_protocol.h httpd.h > modules/aaa mod_access.c > modules/http http_protocol.c > server config.c core.c protocol.c > Log: > Add the ability to extend the methods that Apache understands > and have those methods <limit>able in the httpd.conf. It uses > the same bit mask/shifted offset as the original HTTP methods > such as M_GET or M_POST, but expands the total bits from an int to > an ap_int64_t to handle more bits for new request methods than > an int provides. > Submitted by: Cody Sherr <[EMAIL PROTECTED]> Okay, now can we remove the ap_method_list_* functions? Ryan _____________________________________________________________________________ Ryan Bloom [EMAIL PROTECTED] Covalent Technologies [EMAIL PROTECTED] -----------------------------------------------------------------------------
