> > Ian Holsman wrote: > > > no changes to apxs for a long time. > > > > Never mind, it turned out to be a probelm solved by 'make clean'. Sorry > > for bothering with this one. > > > > Now I'm getting > > > > sapi_apache2.c: In function `php_input_filter': > > sapi_apache2.c:252: incompatible type for argument 4 of `ap_get_brigade' > > sapi_apache2.c:252: too few arguments to function `ap_get_brigade' > > sapi_apache2.c:259: incompatible type for argument 4 of `ap_get_brigade' > > sapi_apache2.c:259: too few arguments to function `ap_get_brigade' > > sapi_apache2.c: In function `php_register_hook': > > sapi_apache2.c:474: warning: passing arg 2 of `ap_register_input_filter' > > from incompatible pointer type > > > > This looks like an API change. What should be done here? > > It is. Look at the recent commits by Justin. It should be fairly > apparent what needs changing. Otherwise, I'm sure Justin can be helpfull > here.
Scratch that. Maybe it was a less recent change, but ap_get_brigade wasn't touched in that recent commit. Sander
