Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:1755 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25371 invoked from network); 20 May 2003 02:32:12 -0000 Received: from unknown (HELO milton.schell.de) (217.160.72.35) by pb1.pair.com with SMTP; 20 May 2003 02:32:12 -0000 Received: (qmail 3075 invoked by uid 501); 20 May 2003 02:32:11 -0000 Received: from unknown (HELO eco.foo) (80.143.50.156) by kdserv.de with SMTP; 20 May 2003 02:32:11 -0000 Received: from localhost (localhost [127.0.0.1]) by eco.foo (Postfix) with ESMTP id E6B0146B35; Tue, 20 May 2003 04:32:09 +0200 (CEST) Date: Tue, 20 May 2003 04:32:09 +0200 (CEST) X-X-Sender: sas@eco.foo To: Zeev Suraski Cc: internals@lists.php.net In-Reply-To: <5.1.0.14.2.20030520042349.06012040@localhost> Message-ID: References: <5.1.0.14.2.20030520042349.06012040@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] fd patch From: sascha@schumann.cx (Sascha Schumann) On Tue, 20 May 2003, Zeev Suraski wrote: > Just a last heads up before the release here. Do we really want this patch > in? I think that it was put in a bug-fix release in a rather hasty manner, > with no real reason. We've already experienced one crash, there may be > others - it's a very central piece of code. Yes, it is indeed very central and that is the reason why the old code caused so much trouble for a long, long time. It fixes a nasty limitation on an important platform. Certain SAPI modules like NSAPI, AOLserver, Apache 2 and thttpd are severely affected by this issue - they are basically useless on Solaris. The patch has been extensively tested -- I have so much faith in it, that is already running at a customer's site on several Solaris installations. If you want more exposure for the patch, I suggest rolling another RC and using our far reaching announce mailing list for generating feedback regarding the RC's quality for once. - Sascha