From: Doug MacEachern Date: Fri, 25 Jan 2002 04:03:42 +0000 (+0000) Subject: adjust to ap_get_brigade() API change X-Git-Tag: PRE_ISSET_PATCH~86 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a1b21e0c4cb27c5653e096c1d0dfbc52fe6fcf56;p=php adjust to ap_get_brigade() API change --- diff --git a/sapi/apache2filter/sapi_apache2.c b/sapi/apache2filter/sapi_apache2.c index dd44ef2f51..632bdd72c0 100644 --- a/sapi/apache2filter/sapi_apache2.c +++ b/sapi/apache2filter/sapi_apache2.c @@ -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;