> > ... errr.. should i be using apr_hash_t or something? :) > > Yes.
okay. will take a look at it, to see where i could use it. i have a suspicion that a lot of instances i really _need_ the case-insensitive stuff, and also need the dual set and add capability. not least because HTTP POST args can have this: key1=value1&key1=value2 and, correct me if i'm wrong, here, that results in a table: (key1, value1) (key1, value2) luke