Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71234 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85198 invoked from network); 18 Jan 2014 04:09:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jan 2014 04:09:28 -0000 Authentication-Results: pb1.pair.com smtp.mail=adam@adamharvey.name; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=adam@adamharvey.name; sender-id=pass Received-SPF: pass (pb1.pair.com: domain adamharvey.name designates 209.85.213.175 as permitted sender) X-PHP-List-Original-Sender: adam@adamharvey.name X-Host-Fingerprint: 209.85.213.175 mail-ig0-f175.google.com Received: from [209.85.213.175] ([209.85.213.175:53814] helo=mail-ig0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DF/91-10526-67EF9D25 for ; Fri, 17 Jan 2014 23:09:27 -0500 Received: by mail-ig0-f175.google.com with SMTP id uq10so3377848igb.2 for ; Fri, 17 Jan 2014 20:09:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adamharvey.name; s=google; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:content-transfer-encoding; bh=EQqrSorhhWWNWnhh/EuAZVGBsapiveB33N6ExfRz+Uc=; b=aOFT3D2yIG5iPmQKRjRBjGrsPxxzVU5lx2GdG+0vY/yj5824AjEGGPqTGKZN2nmESi Wbk83r1x8UFgtmuVjmoAdBuda1xKbfmfIPBfCt+oCwG0F+yPv9UuMoglA1tpMiIPdyMM IvXhw1vjL5sjOlsaWcICYMopVINqzK5zITZJE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=EQqrSorhhWWNWnhh/EuAZVGBsapiveB33N6ExfRz+Uc=; b=S94odiTtS7PvIce0+i1jSQOJcWa1IF78bYLyil8havMVVug72e4EsEZrXufYdvrxG9 k9tE5ZssFWOUr43dG2NETO7AJV6WAFzxO5TFnilbwVcNes2VUYlokgqJlmrBv0VjVzXy Z+ex1jW8QxPZrfmYpFfadoWm7cHZlwQvCWUmEaukCcz+pxURJqhYqS/5TICrtTYfCCBX EuCGIzirlT8ew7yRHtYTVtFbEFcnrS6JWLg9kGX9hE+FMDgBJJstPXDhlCfU2NaUdbDm eG6rqeyjmZ9xLPQ5SR/2RbvztjjM2ErVWGlIBxgP6Hk4INAriqRuiiUpTaXNZBM2bRup JluA== X-Gm-Message-State: ALoCoQkJzYo2dncULxD+eS5IDib0woTVKVaBWwPreYo8449ishyGm5tQeHAErpTczeBkR3Wv1+hK X-Received: by 10.43.57.146 with SMTP id wg18mr4846178icb.42.1390018164535; Fri, 17 Jan 2014 20:09:24 -0800 (PST) MIME-Version: 1.0 Sender: adam@adamharvey.name Received: by 10.42.206.208 with HTTP; Fri, 17 Jan 2014 20:09:03 -0800 (PST) In-Reply-To: References: Date: Sat, 18 Jan 2014 12:09:03 +0800 X-Google-Sender-Auth: jQyDOh6gurHWEUtKPxcSIkNmBFY Message-ID: To: Julien Pauli Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] 5.5 to 5.6 cleanup From: aharvey@php.net (Adam Harvey) On 18 January 2014 07:07, Julien Pauli wrote: > 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 don't think that's specified anywhere =E2=80=94 we _can_ choose to remove them in 5.6 if we want to, but that doesn't mean we have to. I deliberately left that open ended for the ext/mysql deprecation, for instance. Personally, I'd be pretty strongly against unbundling ext/mysql in 5.6, as it's still too heavily used. The lag time for new PHP releases to start getting widespread use is long enough that most users haven't even seen a deprecation warning yet. The others: meh. I'm not qualified to judge how used those intl functions are, and while /e is an abomination, nobody new is going to get owned if it survives one more release. Neutral on those. Adam