Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86784 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21205 invoked from network); 22 Jun 2015 12:10:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Jun 2015 12:10:25 -0000 Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.180 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 209.85.212.180 mail-wi0-f180.google.com Received: from [209.85.212.180] ([209.85.212.180:37016] helo=mail-wi0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F2/02-07834-F2BF7855 for ; Mon, 22 Jun 2015 08:10:24 -0400 Received: by wicgi11 with SMTP id gi11so73198380wic.0 for ; Mon, 22 Jun 2015 05:10:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:message-id:subject:to:content-type; bh=E29KXufO56aFHZvBtfZvf0oGmG9qq0zLkIxwanJgDrw=; b=LBZ/l3LErokkPnc+5XCCmWVRwsK5rXxM53FP2MznGvx373ppVXnNbQU8c42G9jBQ2N XbSn+3tBXi1kr7B5QohPhHQFCCmBKhLELg9aUG6VB2EHVVQntPjfVNoKrzrqJhyjmQm4 gZZ1nz2xQN4cOtsD/GDJJFHifKjGLVUPIhgIGc+am4A0quWBKZ8v586wJI4KQKyHiqrZ wygffu9RK067T5enppRvlnMwHvAgpTpKJ9afgwcaTRNWcW2nBZO3S3fLzC7Q0z2yUi6i XSlCLjRf8UT7klV5Iq41Dt/iIyvs8cDhQFTqgdhJsIrVXFLLGSOqQka4pYz36Dx1ArHH mgMg== X-Received: by 10.180.211.77 with SMTP id na13mr440675wic.76.1434975020884; Mon, 22 Jun 2015 05:10:20 -0700 (PDT) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.194.120.198 with HTTP; Mon, 22 Jun 2015 05:09:41 -0700 (PDT) Date: Mon, 22 Jun 2015 14:09:41 +0200 X-Google-Sender-Auth: gRpIdpk4tBP3zIojstIGGWcskfk Message-ID: To: PHP Internals , Ferenc Kovacs , Stanislav Malyshev , Kalle Sommer Nielsen , Pierre Joye , David Soria Parra , Anatol Belsky Content-Type: multipart/alternative; boundary=001a11c261a461a59805191a283f Subject: Announcing PHP 5.5 security-only From: jpauli@php.net (Julien Pauli) --001a11c261a461a59805191a283f Content-Type: text/plain; charset=UTF-8 Hi internals. As you may know/remember , PHP 5.5 has been released two years ago. We've released 26 versions so far (24 would be the "normal" computing, but we always got some bad releases, mainly from human failure factor). The actual stable 5.5 is PHP 5.5.26. This week, I'm going to tag the last 5.5 RC : 5.5.27RC. Then will follow the *last* "normal process" 5.5 release : 5.5.27. *** The PHP 5.5 branch is going to enter in security only, and in the same time, PHP 5.4 will finally die *** As a contributor, you are still allowed to commit to the 5.5 branch until the next RC, that is until tomorrow tuesday or wednesday 24th of June. After this date, I ask every contributor to consider 5.5 as beeing in sec only, and to commit their code to the 5.6 branch (and merge up) thus **to not commit anything to the 5.5 branch anymore**. 5.6 will become the lowest branch to commit in. For security related commits, please talk to the RM (mainly myself) to know what to do. Also remember about our security@ mailing list. To prevent leaks, we are going to restrict the commit access to the 5.5 branch in few days, so that if you forget about it, you'll be denied by git if trying to push to 5.5 => push to 5.6 instead ;-) Only RM will keep their commit access to the 5.5 branch. Our usual security process does not change however, after 5.5.27 is released, 5.5 will have no more release until enough security bugs are found. That may still happen every month, or not. Thank you for your understanding, and happy PHP Hacking. Julien Pauli --001a11c261a461a59805191a283f--