Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79731 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53157 invoked from network); 16 Dec 2014 16:45:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Dec 2014 16:45:05 -0000 Authentication-Results: pb1.pair.com smtp.mail=zeev@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=zeev@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 74.125.82.43 as permitted sender) X-PHP-List-Original-Sender: zeev@zend.com X-Host-Fingerprint: 74.125.82.43 mail-wg0-f43.google.com Received: from [74.125.82.43] ([74.125.82.43:55350] helo=mail-wg0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 21/57-12185-09160945 for ; Tue, 16 Dec 2014 11:45:05 -0500 Received: by mail-wg0-f43.google.com with SMTP id l18so18022500wgh.16 for ; Tue, 16 Dec 2014 08:45:01 -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=U5L5/K1QpED1KR97+tdNETjRNdY9vIEMN8agScHTrhI=; b=N6YEXb7T+ZrTNhTNlKHRl0E0T1JCDm6vzxUxYQJoZLVH/Dl4PuJZYcLG/XY2nJ/eAx Cnny5899wjMLQSKsLS6eYxCdzFJ3/q3heKbIr/nBwIH4q6IFFCrX4QehilDckK45RIad c2ZLSZShg+HLFbztSb2EywtR7Hk0kDObo4SZk9y9lxCwcehCr209Xul70hfStku05lD8 LiR39EznADgHlQfPh6JA+845lqBWF+qk0ru1V4508drIPEV2AYSpZQdjyZ6HdvnNjUcl uRWJaisdKs8YRxSn1Vj02aCevQk8tnMiqNhgvyWIRhAt+KyLni700KBcK0p7D3buWuoQ KNeA== X-Gm-Message-State: ALoCoQl2e1tkOxbUfLvmGMJpnvcZBVfpy4wFHRYL86zDxcaqyOhi0cDDhjlRcsiAs+VpikUEo9skq7/un7yX5QFpu3fyzJDBXC0TZkAJ4ugLwalz8MZigTfeFoYQfPfu9IQ0kXBEQ7MgSLYzmd5HjXRdngqtWiqIBg== X-Received: by 10.194.60.19 with SMTP id d19mr30792250wjr.48.1418748300384; Tue, 16 Dec 2014 08:45:00 -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: AQHEAwp930Oucd9RrwDs9oQRz4U5JAKjqEmtAMffvUwBqetzRgLNlk2CnGt/ZjA= Date: Tue, 16 Dec 2014 18:44:59 +0200 Message-ID: To: Ferenc Kovacs Cc: Levi Morrison , Xinchen Hui , Andrea Faulds , PHP Internals Content-Type: multipart/alternative; boundary=047d7b86c898787957050a581476 Subject: RE: [PHP-DEV] [RFC] PHP 5.7 From: zeev@zend.com (Zeev Suraski) --047d7b86c898787957050a581476 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable as you mentioned distros lock in to a specific micro version, so if we introduce this deprecated messages in random micro version, we make it less likely for the users to stumble upon those deprecated messages and it will be also harder for us to communicate the upgrade path: compare: okay, you only have to install PHP 5.7 check out the deprecated messages in your error logs, fix those and you are ready to upgrade to 7.0 vs okay, so install 5.6, but make sure that it is >=3D 5.6.x, except for distr= o Z, because they bumped the version but only backported the security fixes but did not include the last deprecated message and if you fixed those deprecated messages from your error log, you are ready to upgrade to 7.0. [Zeev] Distros don=E2=80=99t bump the version number when they backport pat= ches from newer versions. It stays the same, which is why I don=E2=80=99t think= there=E2=80=99s any difference between the two as far as communications is concerned. It= =E2=80=99s really =E2=80=98Upgrade to 5.7=E2=80=99 vs. =E2=80=98Upgrade to 5.6.12 or l= ater=E2=80=99 =E2=80=93 both messages by the way irrelevant to distro users (which have little or no control over the version of PHP they=E2=80=99re using, unless they break away from the s= tandard distro PHP). The people we really talk about are the people they build their own or otherwise obtain non-standard-distro binaries. For them, I do believe a jump to 5.7.x will be psychologically bigger than a hop to a newer 5.6.x version. --047d7b86c898787957050a581476--