Joachim Zobel wrote: > Am Montag, den 01.01.2007, 01:48 -0800 schrieb Drew Bertola: > >> APR_BUCKET_REMOVE(e); >> APR_BRIGADE_INSERT_TAIL(ctx->bb, e); >>
This generates segfaults when processing php and doesn't help with my problem. Is the problem due to filter order? > This is what you should dow with every bucket you dont handle. > > >> while ( i < len ) >> { >> ap_fputc(f->next, ctx->bb, str[i++]); >> } >> > > This is a performance hog. > With this, I don't have the segfaults anymore. html is ok too. -- Drew