Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79844 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77792 invoked from network); 21 Dec 2014 12:30:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Dec 2014 12:30:18 -0000 Authentication-Results: pb1.pair.com smtp.mail=rowan.collins@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=rowan.collins@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.175 as permitted sender) X-PHP-List-Original-Sender: rowan.collins@gmail.com X-Host-Fingerprint: 209.85.212.175 mail-wi0-f175.google.com Received: from [209.85.212.175] ([209.85.212.175:37303] helo=mail-wi0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DD/20-08160-95DB6945 for ; Sun, 21 Dec 2014 07:30:17 -0500 Received: by mail-wi0-f175.google.com with SMTP id l15so5840145wiw.2 for ; Sun, 21 Dec 2014 04:30:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type:subject:from:date:to :message-id; bh=H+XcBOtGJAdGSq7HgHBfesK8Xl0x2LRyZqGvcxOZZGs=; b=JjuE+On/NPHH2rbHClv1RYUIey4FrGZAUINnrU0lqhtkQSrrhFVZ96RlV8ZFLDaP3T GhKTd5oRLRMskAZJQkktXHa2BYY6urjWIfGPLhAJANISWG8PrH6uvq6VT8BMC7gS3cTJ YLLRt8CtMqtyVyCnYBMvTclhfqDIsy47XC2C65voDbGm2ZR2x+6ojIQYCoV/ZIBRp+hz ZSn3ikEmKUo2xTqcJH1TyleEBKCY5Evdkfw20m3k4QgGvcOOdDos5z1fLUFHe8EyXxAa QwScA/ONQPRVo9iYtb2z7JAkIF27fr0tBaU6pJVd4J4yyiLdJFS2LwU9wWxoEMTNdeoW tKEA== X-Received: by 10.194.58.37 with SMTP id n5mr33044318wjq.14.1419165014154; Sun, 21 Dec 2014 04:30:14 -0800 (PST) Received: from [192.168.0.3] (cpc68956-brig15-2-0-cust215.3-3.cable.virginm.net. [82.6.24.216]) by mx.google.com with ESMTPSA id jp3sm9342822wid.9.2014.12.21.04.30.12 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 21 Dec 2014 04:30:13 -0800 (PST) User-Agent: K-9 Mail for Android In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Date: Sun, 21 Dec 2014 12:29:07 +0000 To: PHP internals Message-ID: Subject: Re: [PHP-DEV] Re: [RFC] Remove deprecated functionality in PHP 7 From: rowan.collins@gmail.com (Rowan Collins) On 21 December 2014 03:29:54 GMT, Xinchen Hui wrote: >Hey: > > > >On Sun, Dec 21, 2014 at 11:25 AM, Andrea Faulds wrote: >> Hey Xinchen, >> >>> On 21 Dec 2014, at 03:22, Xinchen Hui wrote: >> >>> I am strongly against to remove ext/mysql >>> >>> that means, all wordpress users/maintainers, will not able to >upgrade >>> to PHP7 without pain. >> >> It’d be in PECL and I’m sure every distro would package it, so >there’d be no pain. >> >> But I also somewhat disagree with removing it, as if it’s in PECL >having deprecation notices makes no sense, and we might get rid of >them. :( >> >actually, I hope, only hope. > >we release PHP7 without any big BC break, give people transparent >performance improvement.. > >then we can do minor bc breaks in the second number releases... 7.1 , >7.2 That is more or less the opposite of the agreed release process - obviously we can have *minor* bc breaks later, but putting things off from a 7.0 release to encourage adoption just puts off the problem and risks 7.1 becoming a repeat of 5.3/5.4 in terms of adoption.