Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71222 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62412 invoked from network); 18 Jan 2014 00:54:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jan 2014 00:54:02 -0000 Authentication-Results: pb1.pair.com header.from=theanomaly.is@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=theanomaly.is@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.172 as permitted sender) X-PHP-List-Original-Sender: theanomaly.is@gmail.com X-Host-Fingerprint: 209.85.212.172 mail-wi0-f172.google.com Received: from [209.85.212.172] ([209.85.212.172:42062] helo=mail-wi0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3B/54-39935-9A0D9D25 for ; Fri, 17 Jan 2014 19:54:01 -0500 Received: by mail-wi0-f172.google.com with SMTP id ex4so1417352wid.11 for ; Fri, 17 Jan 2014 16:53:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=b+U6VWrh1iCNdrKvGBPtJr6YpHZWmSuIGD1ebYjPaa8=; b=jjpxFWybZpZO3dhHv3QZ2scRHhvZfW9VLDOKfersz763T00WV0rlX3T96JcBgjr8+P OJJSpsQ9+lqi+PoEZK99vll8MzzdQyPtV9csGW1O5aWzgmb0hcIqFF4088rpP4183P+8 Bhd6XGzagU2wSMTBWDtTk65HG4XUuSMJV3pR2C6fCgCpbRb+PbgFYNawFl37xCYQ65iJ IzLxaQ1upJxbU/jJlFb3nB71/bNeqA3xwWeORd/5CZyT4sd8DAx2i3w0Oc+dAmLa4whJ hq3vYfoVxILXKZz/vIp7iEts9cAQyxKBW+9vvOXe4ufeKnQlIRVitEg/G/2Oidy4XCb9 fIZw== MIME-Version: 1.0 X-Received: by 10.195.13.234 with SMTP id fb10mr4589170wjd.50.1390006438214; Fri, 17 Jan 2014 16:53:58 -0800 (PST) Received: by 10.227.32.135 with HTTP; Fri, 17 Jan 2014 16:53:58 -0800 (PST) In-Reply-To: References: Date: Fri, 17 Jan 2014 19:53:58 -0500 Message-ID: To: Julien Pauli Cc: PHP Internals Content-Type: multipart/alternative; boundary=047d7bb03afcfc414004f034174e Subject: Re: [PHP-DEV] 5.5 to 5.6 cleanup From: theanomaly.is@gmail.com (Sherif Ramadan) --047d7bb03afcfc414004f034174e Content-Type: text/plain; charset=ISO-8859-1 On Fri, Jan 17, 2014 at 6:07 PM, Julien Pauli 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. --047d7bb03afcfc414004f034174e--