On Wed, Sep 19, 2001 at 02:33:22PM -0700, Ryan Bloom wrote: > Which philosophy would that be? > > Tables have worked this way for a very long time. Take a look at the docs > in apr_table.h: > > /* This has to be first to promote backwards compatibility with > * older modules which cast a apr_table_t * to an apr_array_header_t *... > * they should use the table_elts() function for most of the > * cases they do this for. > */ > /** The underlying array for the table */ > apr_array_header_t a;
No reason not to change it now. We're explicitly not promoting backwards compatibility with any older modules with httpd-2.0. -- justin
