Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74901 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52597 invoked from network); 14 Jun 2014 12:33:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Jun 2014 12:33:33 -0000 Authentication-Results: pb1.pair.com header.from=dz@heroku.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=dz@heroku.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain heroku.com designates 209.85.212.181 as permitted sender) X-PHP-List-Original-Sender: dz@heroku.com X-Host-Fingerprint: 209.85.212.181 mail-wi0-f181.google.com Received: from [209.85.212.181] ([209.85.212.181:60144] helo=mail-wi0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F4/C6-03909-C114C935 for ; Sat, 14 Jun 2014 08:33:33 -0400 Received: by mail-wi0-f181.google.com with SMTP id n3so2066722wiv.8 for ; Sat, 14 Jun 2014 05:33:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=9QnqEfLcJ5z8fup+8KhJOciXcHfeG2GXnxZ3z361/EA=; b=WiblLt2/dE/dILEri7uOnHP5nnKgO7hbZb0+tef4Yk2GMrupacunmwkikbISpXYYYD /yN5qNENQZf/5h/IWjtSXfxOa2KO7Yl4Sw++Wp6qvh0R8AkJyX4FxZz8w7eAKdLQdiGT k/sDdHHNnl4fBAHRQZ/cMV5b5IYRD+67+hJg8sxnsbeLiSI+078fZwDiulbAvhZIjCfA xDgOAHEuGoSJiRSGZkIHtfIDZwxzyw0laITJL8A4ag8GhyQK1AF7Egd879K1M2qUK7rk Y9QdS5DM5k9wBqCqCkKvbL6aUPOY6rkAGqXc0Q0h/1IgHeUZF0Itw2lBTV2fyllf5sD6 Agxg== X-Gm-Message-State: ALoCoQmo1OwUl8BEozWI1SRbk/YpG1ZO3RVQdaCD3uDN5xmNt6a+KOZpFSv0xFyrkmAkWu84uNSv X-Received: by 10.194.157.226 with SMTP id wp2mr12316567wjb.66.1402749209491; Sat, 14 Jun 2014 05:33:29 -0700 (PDT) Received: from [172.20.10.6] (ip-109-84-2-20.web.vodafone.de. [109.84.2.20]) by mx.google.com with ESMTPSA id f3sm18883324eep.40.2014.06.14.05.33.27 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 14 Jun 2014 05:33:28 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) In-Reply-To: <539B8843.6090008@sugarcrm.com> Date: Sat, 14 Jun 2014 14:33:29 +0200 Cc: Pierre Joye , Julien Pauli , Ferenc Kovacs , PHP internals , Ilia Alshanetsky Content-Transfer-Encoding: 7bit Message-ID: <9892DF1D-8DF0-4C1B-A50A-76B20C049C1B@heroku.com> References: <035C7115-6871-4FC6-802E-464FD48070EF@heroku.com> <539B8843.6090008@sugarcrm.com> To: Stas Malyshev X-Mailer: Apple Mail (2.1510) Subject: Re: [PHP-DEV] Fixing (and making easier) Apache mod_proxy_fcgi with PHP-FPM From: dz@heroku.com (David Zuelke) On 14.06.2014, at 01:24, Stas Malyshev wrote: > Hi! > > I'm a bit confused here - which patch is proposed for merge here, the > one in bug 65641 or the one in pull 694 or both? Because they seem to be > different and the original mail mentions both. In any case, neither of > them seems critical enough that it couldn't wait for the next scheduled > version. We could merge into the dev repo anytime that we agree it's > working and people that need it urgently can use the snapshots. Agreed. Ideally, both make it in, but the pull request is a bit more important IMO. David