Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76697 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77406 invoked from network); 19 Aug 2014 10:58:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Aug 2014 10:58:56 -0000 Authentication-Results: pb1.pair.com smtp.mail=dz@heroku.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=dz@heroku.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain heroku.com designates 74.125.82.176 as permitted sender) X-PHP-List-Original-Sender: dz@heroku.com X-Host-Fingerprint: 74.125.82.176 mail-we0-f176.google.com Received: from [74.125.82.176] ([74.125.82.176:49907] helo=mail-we0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8B/34-55441-DED23F35 for ; Tue, 19 Aug 2014 06:58:55 -0400 Received: by mail-we0-f176.google.com with SMTP id q58so6223651wes.7 for ; Tue, 19 Aug 2014 03:58:50 -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=tT58DwHmMg+qf+aBoX2GqC5seac5+P+16ahyJFRy2RA=; b=Ho2G+O2gRMdA/+NNUCc5jNDIGtpKLXZuAP6IkN9rFvE1jejURhipt5VYpvwZBqI3zc WjvsGPqzE75vh8/PFP8DF+cgz8jKzybmN4IYR3jYg4DpMOpV3Kqv8+SNnzpvnOtd3bCu FQqyJmHT1/UxOe6sj6JHScMJQnNtKMZTb+akyhUbduDXfrO6GcwOptPNbq+Hn4Xy8zdb Sd56AUA+1O+dP9XA4kV2dUUhNbVY3DDgUGwjIAfIXORlNrs0BlIpGI6f32/g4JkC3pHG fut+DAl1dYx1/VfsFft1v+9WhTyWUPTHaBGT2pbzXTUPyATjhyVcR91eW1BKmHjrqBNT 7Slg== X-Gm-Message-State: ALoCoQn5qLToFqyBZXpagrEdSrJd3Srnh05XNmcZZvwoTro7ludDfk3WnKGkfdfNYZand2tQkTCL X-Received: by 10.194.184.166 with SMTP id ev6mr48236253wjc.61.1408445930121; Tue, 19 Aug 2014 03:58:50 -0700 (PDT) Received: from [192.168.19.33] (178-27-182-9-dynip.superkabel.de. [178.27.182.9]) by mx.google.com with ESMTPSA id h3sm49525655wjz.48.2014.08.19.03.58.48 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 19 Aug 2014 03:58:49 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) In-Reply-To: <53F29345.40607@sugarcrm.com> Date: Tue, 19 Aug 2014 12:58:47 +0200 Cc: PHP Internals Content-Transfer-Encoding: quoted-printable Message-ID: References: <53F29345.40607@sugarcrm.com> To: Stas Malyshev X-Mailer: Apple Mail (2.1878.6) Subject: Re: [PHP-DEV] 5.4 security only From: dz@heroku.com (David Zuelke) I'd like to see https://github.com/php/php-src/pull/694 / = https://github.com/php/php-src/pull/765 in so FPM in 5.4 will work = properly with Apache 2.4.10+'s mod_proxy_fcgi. David On 19 Aug 2014, at 01:59, Stas Malyshev wrote: > Hi! >=20 > Moving this out of other topics into its own: according to the release > RFC, we should have 5.4 have 2 years of bugfixes & one year of = security > fixes. Since 5.4 was released in March 2012, we're already past 2 year > mark. However, we're still have some bugfixes in 5.4, so I'd like to = do > this: >=20 > - 5.4.32 is released as planned this week, nothing changes there. >=20 > - 5.4 branch that is to be 5.4.33 will be the last release that has = any > non-security bugfixes. We hope that by the time 5.4.33 is out 5.6.0 is > out too, so that would play nice with the "two stable branches, one > security branch" theme. Starting from that release forward, 5.4 would = be > purely security fixes only branch. >=20 > - EFFECTIVE IMMEDIATELY, we do not accept new non-security bugfixes = into > 5.4 branch unless they are very important ones (and that is only = because > people may, in theory, have pending patches and we didn't give advance > notice). Importance would have to be determined somewhat arbitrarily, > but basically if it works without it, then it's not in, if there's > serious doubt if it should be in, it's not in, etc. Security issues, = of > course, still allowed in. >=20 > This means if somebody has some pending non-security fixes that have = to > be in 5.4, the following two weeks are the last call, provided that = the > fixes really must be in 5.4. >=20 > Any objections/suggested modifications to this plan? > --=20 > Stanislav Malyshev, Software Architect > SugarCRM: http://www.sugarcrm.com/ >=20 > --=20 > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >=20