Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71223 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64540 invoked from network); 18 Jan 2014 01:23:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jan 2014 01:23:21 -0000 Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.175 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.217.175 mail-lb0-f175.google.com Received: from [209.85.217.175] ([209.85.217.175:64961] helo=mail-lb0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C5/B4-39935-887D9D25 for ; Fri, 17 Jan 2014 20:23:20 -0500 Received: by mail-lb0-f175.google.com with SMTP id p9so1209436lbv.34 for ; Fri, 17 Jan 2014 17:23:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=3c7VkhKrAw+n8xKfdJ1tHBNXJuX7HG6+UGdp91PCVNM=; b=yU381Mm5N+lx/7ws4hdmPSGdKmeDMzPv7/vHnKcY6KK98b7IgfT1ntrwGvLRGdDBA0 mB4zQT0cICr3znorMWCQvDM8d2wMUfQsowJGrhNx6w17q5R8UJgmKJuyofyPPvZpTHTd CsQPreyJiGpp4YhmmgMGRUMXQWdQ4VWk9Gl/qSSSrOnV9kdn4e6qDMtxiG3imYSy6q+7 HkJ5EzskJy5HMtyra7aI/jE+Dho98c5JFQYQAJ/1YZiOnJ83DgZT+G0PMTwGaI1FvhRf QWDHglTMO45wVnPD4UF6zy+6q6WDhi9tbLU14p3Vkw7+xJjE1UaMOMoZC/Gp27XDyWOH I7fQ== X-Received: by 10.152.25.226 with SMTP id f2mr2693176lag.14.1390008197090; Fri, 17 Jan 2014 17:23:17 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.6.68 with HTTP; Fri, 17 Jan 2014 17:22:37 -0800 (PST) In-Reply-To: References: Date: Sat, 18 Jan 2014 10:22:37 +0900 X-Google-Sender-Auth: kCtrDtxL6vIOytQk114p53-K0_s Message-ID: To: Sherif Ramadan Cc: Julien Pauli , PHP Internals Content-Type: multipart/alternative; boundary=089e0160ba86d2936304f034807a Subject: Re: [PHP-DEV] 5.5 to 5.6 cleanup From: yohgaki@ohgaki.net (Yasuo Ohgaki) --089e0160ba86d2936304f034807a Content-Type: text/plain; charset=UTF-8 Hi all, On Sat, Jan 18, 2014 at 9:53 AM, Sherif Ramadan wrote: > > Hi all, > > > > In 5.5, we deprecated some things : > > - /e for preg > > - ext/mysql > > - ext/intl stuff > > > > I recall that based on our release process, those items should now get > > removed from 5.6 code for final release. > > > > I guess this can be done in one commit, except perhaps for ext/mysql > > that has to be moved to pecl. > > > > Thoughts ? > > > > > To be fair, the RFC we voted on for ext/mysql was strictly for whether or > not we should use E_DEPRECATED errors in 5.5. > > https://wiki.php.net/rfc/mysql_deprecation > > That was the accepted RFC. We never voted on whether or not it should be > removed from 5.6. In fact, that was what > caused a lot of the confusion about that RFC to begin with. People were > afraid we were going to remove it in 5.5. We may better to have standard schedule for deprecated feature. Release process RFC does not describe it. https://wiki.php.net/rfc/releaseprocess For modules, users may get code from PECL so it does not matter much, though. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --089e0160ba86d2936304f034807a--