1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 09:42:22 +01:00

Accomodate an Apache API change

This commit is contained in:
Sascha Schumann
2001-06-22 23:20:49 +00:00
parent d87e59a1a3
commit 0bbe77309d

View File

@@ -334,7 +334,7 @@ static int php_output_filter(ap_filter_t *f, apr_bucket_brigade *bb)
}
/* moves all buckets from bb to ctx->bb */
ap_save_brigade(f, &ctx->bb, &bb);
ap_save_brigade(f, &ctx->bb, &bb, f->r->pool);
/* If we have received all data from the previous filters,
* we "flatten" the buckets by creating a single string buffer.