Return-Path: Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 19578 invoked by uid 500); 20 Jan 2002 17:51:45 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 19565 invoked from network); 20 Jan 2002 17:51:45 -0000 From: "Sander Striker" To: Subject: RE: PHP Apache2Filter Date: Sun, 20 Jan 2002 18:55:40 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal In-Reply-To: <3C4B0043.EACC3BCF@sebastian-bergmann.de> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Rcpt-To: X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N > 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. Sander