Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89754 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86312 invoked from network); 8 Dec 2015 15:18:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Dec 2015 15:18:50 -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.45 as permitted sender) X-PHP-List-Original-Sender: dz@heroku.com X-Host-Fingerprint: 74.125.82.45 mail-wm0-f45.google.com Received: from [74.125.82.45] ([74.125.82.45:36338] helo=mail-wm0-f45.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 76/4D-31749-9D4F6665 for ; Tue, 08 Dec 2015 10:18:50 -0500 Received: by wmww144 with SMTP id w144so185071514wmw.1 for ; Tue, 08 Dec 2015 07:18:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heroku-com.20150623.gappssmtp.com; s=20150623; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=NTTZPWEoGeyTzxC9FSe8z60DMVx/1nNWfvvBYN1RmCM=; b=noCg8ADQTtI6ctIOcqhsZJJF9Wz+Zzm6NCPntZWQmUg3IfpLbK8qJ89L78U4ki4ZN2 +P/l2WxOs9ULpC/BJkOnRTKP5mreKYirXy8bKJ0kE6SfXtlJcyY53h6AoGkcV4YVS+93 jklXmZvQkvJgTZB4VX0Jni5fjbsl/V7npuUl/w5+6XzYTBT+QmX3U2XstrPR7Km1hyqv nl66yqiBe4O6MhHo/fNFjzqUW4QxTo4pHvu+qZpuPCP2kLvI0/vxF73tb6rL3jVuTf64 7UbP/50w9lvA5VUp/1Tu/9rXiDMZj33uGPHcojV4m4DPjhDAC1PLMbletgJhMjicT3Qv CiRw== 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=NTTZPWEoGeyTzxC9FSe8z60DMVx/1nNWfvvBYN1RmCM=; b=d7W0wBiUP+8RQeOu14c+K5FVgwKmtyecl2jegfOW19/DEI4DE5IfraeYUBb0osulIc uyZxX8Ahql+DX3O4kRo5ccaNqw9bmWLvLKt/ArUghYpPMkx+QL7APr4zIR9FEekMCxOD mqgW/TOMtm3UhCcgE1WWB4KfrsA0bMIVHO+noA83/b9qr2IL1bJh9i7dF3EQxlPM0eBV mMzh+D9fis50kbIz+3ku4Uuz/7D/qcppjQKgNMOT75Qh41fpygpOsab6zJ/t1NvycbS+ WAfzXH/oLY+A11OoJpvne42uBmoL+TlD5mXXnQvxBc5y7QRiZXlQmUeOFWYembue33p+ PaUA== X-Gm-Message-State: ALoCoQm43doYwPlpTdYIBp/RlhC/JTQuASBFiVrn35/Mtw85uLupZxK4z4l5Cl902grfBCKMMVOX7a1hR9EgjebFNz/bBNrx/A== X-Received: by 10.28.147.203 with SMTP id v194mr27065681wmd.16.1449587926571; Tue, 08 Dec 2015 07:18:46 -0800 (PST) Received: from [192.168.19.20] (ipb21b84af.dynamic.kabel-deutschland.de. [178.27.132.175]) by smtp.gmail.com with ESMTPSA id vu4sm3458115wjc.2.2015.12.08.07.18.44 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 08 Dec 2015 07:18:45 -0800 (PST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) In-Reply-To: <0a0a70d756b14a84fc1cd19fd04bb914@mail.gmail.com> Date: Tue, 8 Dec 2015 16:18:43 +0100 Cc: PHP internals Content-Transfer-Encoding: quoted-printable Message-ID: References: <0a0a70d756b14a84fc1cd19fd04bb914@mail.gmail.com> To: Zeev Suraski X-Mailer: Apple Mail (2.2104) Subject: Re: [PHP-DEV] RFC: PHP 5.6 Support Timeline From: dz@heroku.com (David Zuelke) It just occurred to me (too late :D sorry Zeev) that it might make sense = to split this into two RFCs: - to define the active support end date for 5.6 (e.g. "2016-08-28" or = "2016-12-02" or "2016-12-31") - to define the security support end date for 5.6, and specify that = relative to the active support end date only (e.g. "12 months after = active support end date" or "24 months after active support end date") That would also allow us to, if the need arises, change the active = support end date sometime next year (for whatever reason; let's hope it = is not necessary!) without having to open up a discussion about the = security end date again ;) > On 08.12.2015, at 16:14, Zeev Suraski wrote: >=20 > Following the initial discussion, I prepared an RFC that proposes to = extend > the support periods for PHP 5.6: >=20 >=20 >=20 > https://wiki.php.net/rfc/php56timeline >=20 >=20 >=20 > Thanks to Ferenc Kovacs and David Zuelke for reviewing it for any = glaring > omissions. >=20 >=20 >=20 > Let the discussion continue=E2=80=A6 >=20 >=20 >=20 > Zeev