Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45534 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44310 invoked from network); 9 Sep 2009 07:46:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Sep 2009 07:46:58 -0000 Authentication-Results: pb1.pair.com smtp.mail=jani.taskinen@iki.fi; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=jani.taskinen@iki.fi; sender-id=unknown Received-SPF: error (pb1.pair.com: domain iki.fi from 204.13.248.72 cause and error) X-PHP-List-Original-Sender: jani.taskinen@iki.fi X-Host-Fingerprint: 204.13.248.72 mho-02-ewr.mailhop.org Received: from [204.13.248.72] ([204.13.248.72:58273] helo=mho-02-ewr.mailhop.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2F/14-26597-17D57AA4 for ; Wed, 09 Sep 2009 03:46:58 -0400 Received: from a88-112-30-186.elisa-laajakaista.fi ([88.112.30.186] helo=localhost.localdomain) by mho-02-ewr.mailhop.org with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.68) (envelope-from ) id 1MlHtG-0007Ug-ON; Wed, 09 Sep 2009 07:46:54 +0000 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 88.112.30.186 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/mailhop/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX19CjLuWoCy5B83d063Xb6Y/xZ/vPHiSecg= Message-ID: <4AA75D6D.9000802@iki.fi> Date: Wed, 09 Sep 2009 10:46:53 +0300 Reply-To: jani.taskinen@iki.fi User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.1) Gecko/20090814 Fedora/3.0-2.6.b3.fc11 Thunderbird/3.0b3 MIME-Version: 1.0 To: sean finney CC: dreamcat four , internals@lists.php.net References: <99cf22520909081652v29a9ea56q33882849cce3081e@mail.gmail.com> <4AA6F06C.4020008@lerdorf.com> <99cf22520909081814w64ef896rbf1bffda9354e72c@mail.gmail.com> <4AA70384.7020705@zend.com> <99cf22520909081942yd7b0b68m4354c918687b8633@mail.gmail.com> <20090909055541.GA9004@rangda.stickybit.se> In-Reply-To: <20090909055541.GA9004@rangda.stickybit.se> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [sapi] PHP-FPM (FastCGI Process Manager), by Andrei Nigmatulin - upstream Y/n? From: jani.taskinen@iki.fi (Jani Taskinen) On 09/09/2009 08:55 AM, sean finney wrote: > On Wed, Sep 09, 2009 at 03:42:44AM +0100, dreamcat four wrote: >>> Not sure about bundling libevent though - does it have to be bundled? >> Don't know. Libevent is frozen in there and a couple of files were >> modified with references back into the fpm headers. >> The Libevent was updated recently anyway, so its a pretty recent version. > > just FYI this will also be problematic. as some of the other php devs > are probably well aware (hi pierre!), we have a pretty strict policy > against using embedded libraries, even more so for embedded libraries > that have been locally modified. Yeah, NO THANKS. We have enough of unmaintained code already. Since you want this fpm thing into upstream PHP releases, why not make the changes into libevent go upstream as well and then reconsider bundling, merging, etc. --Jani