Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71236 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 94796 invoked from network); 18 Jan 2014 06:41:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jan 2014 06:41:51 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.41 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.215.41 mail-la0-f41.google.com Received: from [209.85.215.41] ([209.85.215.41:39285] helo=mail-la0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 36/B2-10526-D222AD25 for ; Sat, 18 Jan 2014 01:41:50 -0500 Received: by mail-la0-f41.google.com with SMTP id mc6so4233352lab.14 for ; Fri, 17 Jan 2014 22:41:47 -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=PATgf49XT2159U6G0DxCuKSA6HKibyxSbc3q/QnKAsA=; b=aiVTRISX6YENyxVLOd4JOXD5Cm918MjZvhdla/OtwSE49X6y03zRs4bAzNVbqGfAVO BJ8m/pMp21S+uMIXjNQVy8h8Gjjpg372g/PP3OSPYzBwTtcKuDl8ZSfI5mmE/YpLBXwL PrkEE6IaW559Q482b5TNb6oOrJ2w+Zb+hQhsBP3M4sLpEDyK67VInMmj9xFCQ8+OMxGL YOOdLRJ+ISnqKafz0vQonD/z7A01I0cFqUSdRtPhwTRJoeB5SWkvhulpBetUA/EKkwvZ GzziYDSOZTGSFUwVm/zXZBJ8GBiuhwk3RYDztmMiXM+1H3FV43W1fmf/fV2AiXKouC8A bG2g== MIME-Version: 1.0 X-Received: by 10.152.19.170 with SMTP id g10mr3413267lae.9.1390027307046; Fri, 17 Jan 2014 22:41:47 -0800 (PST) Received: by 10.112.35.134 with HTTP; Fri, 17 Jan 2014 22:41:46 -0800 (PST) Received: by 10.112.35.134 with HTTP; Fri, 17 Jan 2014 22:41:46 -0800 (PST) In-Reply-To: References: Date: Sat, 18 Jan 2014 07:41:46 +0100 Message-ID: To: Julien Pauli Cc: PHP internals Content-Type: multipart/alternative; boundary=089e01493f64dd5cfb04f038f396 Subject: Re: [PHP-DEV] 5.5 to 5.6 cleanup From: pierre.php@gmail.com (Pierre Joye) --089e01493f64dd5cfb04f038f396 Content-Type: text/plain; charset=UTF-8 On Jan 18, 2014 12:08 AM, "Julien Pauli" wrote: > > Hi all, > > In 5.5, we deprecated some things : > - /e for preg > - ext/mysql > - ext/intl stuff Intl? Are you sure? > I recall that based on our release process, those items should now get > removed from 5.6 code for final release. No, it can be done in the next major version, 6.x. > I guess this can be done in one commit, except perhaps for ext/mysql > that has to be moved to pecl. > > Thoughts ? I really do not think we can remove mysql from core at this stage (or anything else before 6.x). As much as I would love to see users move away from ext/mysql, we have decided to go down the soft way. It sounded and still sound reasonable to me. Cheers, Pierre --089e01493f64dd5cfb04f038f396--