adjust to ap_get_brigade() API change

This commit is contained in:
Doug MacEachern 2002-01-25 04:03:42 +00:00
parent 0efc5cb783
commit a1b21e0c4c

View File

@ -238,7 +238,7 @@ AP_MODULE_DECLARE_DATA module php4_module;
}
static int php_input_filter(ap_filter_t *f, apr_bucket_brigade *bb,
ap_input_mode_t mode, apr_read_type_e block, apr_off_t *readbytes)
ap_input_mode_t mode, apr_read_type_e block, apr_off_t readbytes)
{
php_struct *ctx;
long old_index;