Ryan Bloom wrote: [...] >>Later today I'll post a new patch that turns error_str and time_str >>into char*. >> > >Just remove them from the structure all together. They aren't necessary >in that structure. >
Where else would you put them? If they move out of the filter context struct, they'll have to move someplace where they're still accessible by the filter in subrequests (to handle the case of shtml files included within other shtml files). --Brian
