Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86850 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3927 invoked from network); 24 Jun 2015 17:02:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Jun 2015 17:02:14 -0000 Authentication-Results: pb1.pair.com header.from=adam@adamharvey.name; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=adam@adamharvey.name; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain adamharvey.name designates 74.125.82.43 as permitted sender) X-PHP-List-Original-Sender: adam@adamharvey.name X-Host-Fingerprint: 74.125.82.43 mail-wg0-f43.google.com Received: from [74.125.82.43] ([74.125.82.43:34562] helo=mail-wg0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DB/00-03094-492EA855 for ; Wed, 24 Jun 2015 13:02:12 -0400 Received: by wgqq4 with SMTP id q4so41630697wgq.1 for ; Wed, 24 Jun 2015 10:02:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adamharvey.name; s=google; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:content-transfer-encoding; bh=uPZoOaYqICMlTH9c3CAxTYbgFdZRetnhMdvk4eig5eY=; b=giXp31EW4STQhBhdgASBKdkOUeIA3No8WE3VJZUvK9/egWNFwR8AjtKPm/beSBq2uV i/v/ZZuVS5zMgvnImIwGI8ygkxIwQFqQtn3iGCzJkmPzaRjWbP+H4Ca6CXCsLLFus9pM Xh9hrt4Xmh+8bdZkx2FFW5tcef+hrWCXXECQU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=uPZoOaYqICMlTH9c3CAxTYbgFdZRetnhMdvk4eig5eY=; b=Ty2BoqudUSk4xND+z9h7IXJsJHLZWj8GsxfjpKn3fw2J4VDbPua6AgZpb0T29hL9DS g5IWdEZmm1X4v8qzY/mXbvEEkJgOzedvq14bCpESOYrCRmiwNffvoUu7AO0clrcdFQsv XJHASeAr64RblxGnVNQYJWOQK1UdAtfOHjthPyearEfWA7iFjYtywv4hWXrpVdSc9nsx RHAYARTcY3TujTbt5oNeePRRToVoUYpD9PmfLd7i8eRhLd8HyH6O+IhnoT4IPr4SYBFv EfI9r5bVlqmvjwiChO+OQ6Hm7NcPufel7Y0rIrhie2/VcaN33Dk83v45ssOJVwtaRqtL xLbQ== X-Gm-Message-State: ALoCoQlFb5lBBuY6S5dqvG238bsAbR4F9q1VPGZ3fhpVWIpbnXrrovz/pP4YYB8EQr+Acmiivflv X-Received: by 10.180.78.136 with SMTP id b8mr6519849wix.89.1435165329140; Wed, 24 Jun 2015 10:02:09 -0700 (PDT) MIME-Version: 1.0 Sender: adam@adamharvey.name Received: by 10.27.87.132 with HTTP; Wed, 24 Jun 2015 10:01:49 -0700 (PDT) In-Reply-To: <558894D1.3030501@gmail.com> References: <558879BF.8060408@gmail.com> <029701d0ad34$1708c620$451a5260$@belski.net> <558894D1.3030501@gmail.com> Date: Wed, 24 Jun 2015 10:01:49 -0700 X-Google-Sender-Auth: yobsCLCLPiv6imennbBqNb9kI-U Message-ID: To: =?UTF-8?B?w4FuZ2VsIEdvbnrDoWxleg==?= , Stanislav Malyshev Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Re: Announcing PHP 5.5 security-only From: aharvey@php.net (Adam Harvey) On 22 June 2015 at 16:05, =C3=81ngel Gonz=C3=A1lez wrot= e: > @Adam, I was expecting the "gory details" to involve a of PHP commiters w= ith > black robes, faces hidden behind their hoods meeting overnight and an > absurdly complex algorithm involving lunar cycles. instead you point to a > manual override, but no descripcion on how it gets changed. I left the robes out for time. The lunar cycle part is technically correct (the best kind of correct). That file's in the web/php repository, so anyone with web karma can change it. I've added a 5.5 block to say that the last "normal" release will be around the 10th of July. (I know it'll probably actually be the 9th in much of the world, but let's cover Australia, China, Japan, NZ, and friends.) Stas, what are your plans for 5.4? Do you want me to adjust the EOL date for that too? Adam