Return-Path: Delivered-To: new-httpd-archive@hyperreal.org Received: (qmail 17344 invoked by uid 6000); 20 May 1998 03:57:25 -0000 Received: (qmail 17329 invoked from network); 20 May 1998 03:57:22 -0000 Received: from twinlark.arctic.org (204.62.130.91) by taz.hyperreal.org with SMTP; 20 May 1998 03:57:22 -0000 Received: (qmail 16353 invoked by uid 500); 20 May 1998 04:33:14 -0000 Date: Tue, 19 May 1998 21:33:14 -0700 (PDT) From: Dean Gaudet To: new-httpd@apache.org Subject: Re: 1.3b7? (again) In-Reply-To: <3561EA55.E519EC7D@algroup.co.uk> Message-ID: X-Comment: Visit http://www.arctic.org/~dgaudet/legal for information regarding copyright and disclaimer. MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org On Tue, 19 May 1998, Ben Laurie wrote: > Brian Behlendorf wrote: > > > > Due to Ben's implementation of Bill's CGI fix, the current code base is in > > no position to be released. > > Not sure I appreciate the tone of this; the implementation of the fix is > NOT the problem. No matter how it is implemented, if you don't switch to > BUFF you are screwed. Too bad we had to start this in 1.3. It's stuff I did everywhere for apache-nspr already... I can merge back some of the changes if there's interest. But it's probably easier to just do it the same way I did -- remove all the FILE * interfaces from .h files, build everything and start hitting things where the compiler gives warnings. I think the only function I had to add was ap_bungetc() -- we already have enough in BUFF to replace FILE. Dean