Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79752 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7511 invoked from network); 16 Dec 2014 22:19:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Dec 2014 22:19:50 -0000 Authentication-Results: pb1.pair.com header.from=zeev@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=zeev@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 209.85.212.180 as permitted sender) X-PHP-List-Original-Sender: zeev@zend.com X-Host-Fingerprint: 209.85.212.180 mail-wi0-f180.google.com Received: from [209.85.212.180] ([209.85.212.180:55762] helo=mail-wi0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1F/06-08594-400B0945 for ; Tue, 16 Dec 2014 17:19:49 -0500 Received: by mail-wi0-f180.google.com with SMTP id n3so14104621wiv.7 for ; Tue, 16 Dec 2014 14:19:45 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:references:in-reply-to:mime-version :thread-index:date:message-id:subject:to:cc:content-type; bh=WHmC7njppVxcKKRocSOZ2yLiQyINTBwh2U8RZsDk5Kk=; b=O1Uhl1vuYgjKu0LpwAyX0uKN5+BRdJ3bf2tEz/YmDPT1GHbDcokHPoi2I7wxXRcegK vAvaVy7HhqCFuQZ3iVUKwOUU5Z8GX/RqvhkHY3v1wrRSqPQ/iPFL2LCldabXO13b1TrP g7C6H6r5tFVCU1SNP2h1pST+o0E5zJJh+pmcAlU6ujszDOmFIIpNryLvLcXp3jGZJxqv 1fNTp8qBkeLZnLhEVzlZ7o1YZgapdDBk+8pSbBcC6ST2bQPD3JC7qh29s8U1X84KbgLa xMREvMra/e3hcikqdt2+JqToPe3g4Evm1etU5Lgfj6h/AJg+H0CAWtAiHYI1H4bbXUTs tlfw== X-Gm-Message-State: ALoCoQn0dnjvq86wG+qAnx2es4lQPs7gWLDWnbDwpOy4D8onEN2+1g9j43d7UWQBsHLos3LsMafyp6Mrd7EgIafllFZvLV9awqYfBdywN4OTF3P+XJwCXE2MhMpAaaAWIYqe24k2AtovBj4Je3zKtgRy1qIsTxssWA== X-Received: by 10.194.80.68 with SMTP id p4mr29782565wjx.108.1418768385400; Tue, 16 Dec 2014 14:19:45 -0800 (PST) References: <8C1EFD82-CFE0-4D01-9231-2A1658B182A6@ajf.me> In-Reply-To: MIME-Version: 1.0 X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQHEAwp930Oucd9RrwDs9oQRz4U5JAKjqEmtAMffvUwBqetzRgLNlk2CAW8qVj4CM2w/iQOd6aJpAlYrjDcBt9VNnAGYQ2jcnASmIKA= Date: Wed, 17 Dec 2014 00:19:45 +0200 Message-ID: To: Adam Harvey Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: RE: [PHP-DEV] [RFC] PHP 5.7 From: zeev@zend.com (Zeev Suraski) > -----Original Message----- > From: adam@adamharvey.name [mailto:adam@adamharvey.name] On > Behalf Of Adam Harvey > Sent: Wednesday, December 17, 2014 12:10 AM > To: Zeev Suraski > Cc: PHP Internals > Subject: Re: [PHP-DEV] [RFC] PHP 5.7 > > On 16 December 2014 at 14:00, Zeev Suraski wrote: > >> - We cannot patch 5.6 to add any Warnings-of-any-kind (stable > >> release, under release process that forbids that) > > > > What part of the release process forbids that? > > None, but I'd still advocate releasing a new minor because there's plenty > of > anecdata suggesting that our userbase tend to consider 5.x.y and 5.x.y+z > to > be the same in terms of features. We used to see this confusion in ##php a > lot over things like crypt() algorithm support changing over the course of > 5.3: > trying to explain that you don't want to use anything before 5.3.7 is > actually > surprisingly difficult, whereas saying "5.4 fixes this" is easy. I actually agree with that. My view, though, that if we think that delivering those deprecation messages is critical, we're facing a choice between two less-than-ideal options. The 5.7 option defeats the purpose for which it's built - getting a substantial number of people to upgrade and see those messages in the first place. It'll also create an awkward and maybe even silly situation where we'd have two active versions - both with its own monthly releases, but effectively virtually identical to each other in every regard except for these messages. Zeev